Creates a new instance of the
RowGroupExpandExtent class.
Syntax
'Declaration
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal 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 ,
System.int ,
System.int ,
System.bool
)
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