[]
Groups all the rows or columns from the specified start index by the specified amount to an outline (range group).
public void AddGroup(int startIndex, int count, bool isRowGroup)
Public Sub AddGroup(startIndex As Integer, count As Integer, isRowGroup As Boolean)
Type | Name | Description |
---|---|---|
int | startIndex | Start index |
int | count | Number of the rows or columns to add |
bool | isRowGroup | Whether the outline (range group) is of rows (or else columns) |