[]
Gets a copy of all the outlines (range groups) from the specified index with the specified count.
RangeGroupInfo GetCopy(int startIndex, int copyCount, bool isRowGroup)
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) |