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