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