[]
Sets the height of the row.
protected override sealed void SetRowHeight(int row, double height)
| Type | Name | Description |
|---|---|---|
| int | row | The index of the row. |
| double | height | The height of the row. |
Sets the height of the row.
protected virtual void SetRowHeight(GridRowColType rowType, int row, double height)
| Type | Name | Description |
|---|---|---|
| GridRowColType | rowType | The type of row. |
| int | row | The index of the row. |
| double | height | The height of the row. |