[]
        
Gets a copy of outlines (range groups) from the specified index with the specified count.
public RangeGroupInfo GetCopy(int startIndex, int copyCount, bool isRowGroup)Public Function GetCopy(startIndex As Integer, copyCount As Integer, isRowGroup As Boolean) As RangeGroupInfo| Type | Name | Description | 
|---|---|---|
| int | startIndex | Start index | 
| int | copyCount | Copy count | 
| bool | isRowGroup | Whether the outline (range group) is of rows | 
| Type | Description | 
|---|---|
| RangeGroupInfo | Copy of the outlines (range groups) |