Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IRangeGroupModel Interface / PasteGroup Method
Outline (range group) to paste
Index of row or column at which to paste the range group
Whether the outline (range group) is of rows


In This Topic
    PasteGroup Method (IRangeGroupModel)
    In This Topic
    Pastes an outline (range group) into a segment starting with a specified index.
    Syntax
    'Declaration
     
    
    Sub PasteGroup( _
       ByVal group As RangeGroupInfo, _
       ByVal pasteIndex As Integer, _
       ByVal isRowGroup As Boolean _
    ) 
    'Usage
     
    
    Dim instance As IRangeGroupModel
    Dim group As RangeGroupInfo
    Dim pasteIndex As Integer
    Dim isRowGroup As Boolean
     
    instance.PasteGroup(group, pasteIndex, isRowGroup)

    Parameters

    group
    Outline (range group) to paste
    pasteIndex
    Index of row or column at which to paste the range group
    isRowGroup
    Whether the outline (range group) is of rows
    See Also