'Declaration Public Function New( _ ByVal index As System.Integer, _ ByVal count As System.Integer _ )
'Usage Dim index As System.Integer Dim count As System.Integer Dim instance As New ColumnGroupExtent(index, count)
Parameters
- index
- The group starting index.
- count
- The number of columns to group.