StyleGrid REALbasic Plugin |
|
StyleGrid.RowHeight Method
To set or get the height, in pixels, of a row.
RowHeight(
iRow as integer) as Integer
RowHeight(
iRow as integer
assigns value as Integer)
Parameters
- iRow
- The row number.
- value (assignment parameter)
- When using the setter then this parameter sets the height value of the requested row.
Returns
- Integer
- When using the getter then the height value of the requested row is returned.
Remarks
See Also
StyleGrid Control