Resizes a row to fit their visible contents.
Syntax
'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)
public void AutoSizeRow(
int ,
bool
)
Parameters
- row
- Index of the row to resize.
- header
- Whether the row index refers to a regular or a header column row.
See Also