Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace / RowAutoFitExtent Class / RowAutoFitExtent Constructor
The row.


In This Topic
    RowAutoFitExtent Constructor
    In This Topic
    Creates a new instance of the RowAutoFitExtent class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal row As Integer _
    )
    'Usage
     
    Dim row As Integer
     
    Dim instance As New RowAutoFitExtent(row)
    public RowAutoFitExtent( 
       int row
    )

    Parameters

    row
    The row.
    See Also