Resizes a row to fit their visible contents.
public void AutoSizeRow(
int ,
bool
)
'Declaration
Public Sub AutoSizeRow( _
ByVal As Integer, _
Optional ByVal As Boolean _
)
'Usage
Dim instance As FlexGrid
Dim row As Integer
Dim header As Boolean
instance.AutoSizeRow(row, header)
Parameters
- row
- Index of the row to resize.
- header
- Whether the row index refers to a regular or a header column row.