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