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


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

    Parameters

    firstColumn
    First column of the contiguous selection.
    lastColumn
    Last column of the contiguous selection.
    See Also