ComponentOne FlexGrid for WinForms
AutoSizeRow Method

C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class : AutoSizeRow Method
Row index.
Adjusts the height of a row to fit the data.
Syntax
'Declaration
 
Public Overridable Sub AutoSizeRow( _
   ByVal row As Integer _
) 
public virtual void AutoSizeRow( 
   int row
)

Parameters

row
Row index.
See Also

Reference

C1FlexGridBase Class
C1FlexGridBase Members