[]
Groups all the rows from the specified start index by the specified amount to an outline (range group).
public void AddRangeGroup(int row, int count)
Public Sub AddRangeGroup(row As Integer, count As Integer)
Type | Name | Description |
---|---|---|
int | row | Starting row index |
int | count | Number of rows to group |