Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IRangeGroupModel Interface / RemoveIndexes Method
Start index
Number of rows or columns to remove
Whether the outline (range group) is of rows


In This Topic
    RemoveIndexes Method (IRangeGroupModel)
    In This Topic
    Removes the specified outline (range group) starting with a specified index and moving up indexes below that.
    Syntax
    'Declaration
     
    
    Sub RemoveIndexes( _
       ByVal startIndex As Integer, _
       ByVal removeCount As Integer, _
       ByVal isRowGroup As Boolean _
    ) 
    'Usage
     
    
    Dim instance As IRangeGroupModel
    Dim startIndex As Integer
    Dim removeCount As Integer
    Dim isRowGroup As Boolean
     
    instance.RemoveIndexes(startIndex, removeCount, isRowGroup)
    void RemoveIndexes( 
       int startIndex,
       int removeCount,
       bool isRowGroup
    )

    Parameters

    startIndex
    Start index
    removeCount
    Number of rows or columns to remove
    isRowGroup
    Whether the outline (range group) is of rows
    See Also