[]
Pastes an outline (range group) into a segment starting with a specified index.
void PasteGroup(RangeGroupInfo group, int pasteIndex, bool isRowGroup)
Sub PasteGroup(group As RangeGroupInfo, pasteIndex As Integer, isRowGroup As Boolean)
Type | Name | Description |
---|---|---|
RangeGroupInfo | group | Outline (range group) to paste |
int | pasteIndex | Index of row or column at which to paste the range group |
bool | isRowGroup | Whether the outline (range group) is of rows |