Spread Silverlight Documentation
RowGroupExpandExtent Constructor


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.
Creates a new instance of the RowGroupExpandExtent class.
Syntax
'Declaration
 
Public Function New( _
   ByVal summaryIndex As System.Integer, _
   ByVal level As System.Integer, _
   ByVal viewportIndex As System.Integer, _
   ByVal isCollapsed As System.Boolean _
)
'Usage
 
Dim summaryIndex As System.Integer
Dim level As System.Integer
Dim viewportIndex As System.Integer
Dim isCollapsed As System.Boolean
 
Dim instance As New RowGroupExpandExtent(summaryIndex, level, viewportIndex, isCollapsed)
public RowGroupExpandExtent( 
   System.int summaryIndex,
   System.int level,
   System.int viewportIndex,
   System.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

Reference

RowGroupExpandExtent Class
RowGroupExpandExtent Members