Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace / ColumnUngroupExtent Class / ColumnUngroupExtent Constructor
The group starting index.
The number of columns to remove.


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

    Parameters

    index
    The group starting index.
    count
    The number of columns to remove.
    See Also