'Declaration Public Sub AutoSizeRow( _ ByVal row As Integer, _ Optional ByVal rowType As GridRowColType _ )
public void AutoSizeRow( int row, GridRowColType rowType )
Parameters
- row
- Index of the row to resize.
- rowType
- The type of row.
'Declaration Public Sub AutoSizeRow( _ ByVal row As Integer, _ Optional ByVal rowType As GridRowColType _ )
public void AutoSizeRow( int row, GridRowColType rowType )