Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace / RowResizeExtent Class / RowResizeExtent Constructor
First row of the contiguous selection.
Last row of the contiguous selection.


In This Topic
    RowResizeExtent Constructor
    In This Topic
    Creates a new RowResizeExtent object.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal firstRow As Integer, _
       ByVal lastRow As Integer _
    )
    'Usage
     
    Dim firstRow As Integer
    Dim lastRow As Integer
     
    Dim instance As New RowResizeExtent(firstRow, lastRow)
    public RowResizeExtent( 
       int firstRow,
       int lastRow
    )

    Parameters

    firstRow
    First row of the contiguous selection.
    lastRow
    Last row of the contiguous selection.
    See Also