Creates a new instance of the
ColumnGroupExpandExtent 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 ColumnGroupExpandExtent(summaryIndex, level, viewportIndex, isCollapsed)
public ColumnGroupExpandExtent(
System.int ,
System.int ,
System.int ,
System.bool
)
Parameters
- summaryIndex
- The column range group summary index.
- level
- The column range group level.
- viewportIndex
- The column group viewport index.
- isCollapsed
- The group state, if set to
true
is collapsed; otherwise, expanded.
See Also