FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid 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 _
    ) 
    public virtual void AutoSizeRow( 
       int row
    )

    Parameters

    row
    Row index.
    See Also