ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / AutoSizeRow Method
Row index.

In This Topic
    AutoSizeRow Method (C1FlexPivotGrid)
    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