AddRangeGroup Method (Rows)
In This Topic
Groups all the rows from the specified start index by the specified amount to an outline (range group).
Syntax
'Declaration
Public Sub AddRangeGroup( _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim instance As Rows
Dim row As Integer
Dim count As Integer
instance.AddRangeGroup(row, count)
public void AddRangeGroup(
int ,
int
)
Parameters
- row
- Starting row index
- count
- Number of rows to group
See Also