C1.Win.FlexGrid Namespace / C1FlexGrid Class / AutoSizeRow Method
Row index.

In This Topic
AutoSizeRow Method (C1FlexGrid)
In This Topic
Adjusts the height of a row to fit the data.
Syntax
'Declaration
 
Public Overridable Sub AutoSizeRow( _
   ByVal row As Integer _
) 
 

Parameters

row
Row index.
See Also