Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultRangeGroupModel Class / RemoveIndexes Method
Start index
Number of indexes to remove
Whether the outline (range group) is of rows


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

    Parameters

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