AddRangeGroup Method (Rows)
Groups all the rows from the specified start index by the specified amount to an outline (range group).
public void AddRangeGroup(
int ,
int
)
'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)
Parameters
- row
- Starting row index
- count
- Number of rows to group