Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / SheetView Class / AutoFitRow Method / AutoFitRow(Int32,Boolean) Method
The row index.
The flag indicates whether sheetArea is a column header.


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 SheetView
    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 whether sheetArea is a column header.
    See Also