Rows

[property icon] Rows

Specifies the number of rows

Integer property

Applies to: Grid


>

Rows

This property is used to specify the number of rows in a Grid control, for example:

.GridControl1.rows = 10

Increasing the number of rows will add additional blank rows to the end of the grid. Decreasing the number of rows will cause cells beyond the new number of rows to be deleted.

See also

Grid methods, properties and events.