Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace / RowGroupExpandExtent Class / RowGroupExpandExtent Constructor
The row range group summary index.
The row range group level.
The row range group viewport index.
The group state is true if collapsed; otherwise, expanded.


In This Topic
    RowGroupExpandExtent Constructor
    In This Topic
    Creates a new instance of the RowGroupExpandExtent class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal summaryIndex As Integer, _
       ByVal level As Integer, _
       ByVal viewportIndex As Integer, _
       ByVal isCollapsed As Boolean _
    )
    'Usage
     
    Dim summaryIndex As Integer
    Dim level As Integer
    Dim viewportIndex As Integer
    Dim isCollapsed As Boolean
     
    Dim instance As New RowGroupExpandExtent(summaryIndex, level, viewportIndex, isCollapsed)
    public RowGroupExpandExtent( 
       int summaryIndex,
       int level,
       int viewportIndex,
       bool isCollapsed
    )

    Parameters

    summaryIndex
    The row range group summary index.
    level
    The row range group level.
    viewportIndex
    The row range group viewport index.
    isCollapsed
    The group state is true if collapsed; otherwise, expanded.
    See Also