[]
Resizes a row to fit their visible contents.
public void AutoSizeRow(int row, GridRowColType rowType = GridRowColType.Cell)
Public Sub AutoSizeRow(row As Integer, Optional rowType As GridRowColType = GridRowColType.Cell)
| Type | Name | Description |
|---|---|---|
| int | row | Index of the row to resize. |
| GridRowColType | rowType | The type of row. |