Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / GcSpreadSheet Class / AutoFitRow Method / AutoFitRow(Int32,Boolean) Method
The row index.
The flag indicates wheather sheetArea is row header or not.


In This Topic
    AutoFitRow(Int32,Boolean) Method
    In This Topic
    Automatically fits the viewport row.
    Syntax
    'Declaration
     
    Public Overloads Sub AutoFitRow( _
       ByVal row As Integer, _
       ByVal isColumnHeader As Boolean _
    ) 
    'Usage
     
    Dim instance As GcSpreadSheet
    Dim row As Integer
    Dim isColumnHeader As Boolean
     
    instance.AutoFitRow(row, isColumnHeader)
    public void AutoFitRow( 
       int row,
       bool isColumnHeader
    )

    Parameters

    row
    The row index.
    isColumnHeader
    The flag indicates wheather sheetArea is row header or not.
    See Also