Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / MultiValuesFilter Class / RemoveAt Method
An integer value indicates the index of item.
if set to true, the specified text item will be removed; otherwise, the specified date group item will be removed.


In This Topic
    RemoveAt Method (MultiValuesFilter)
    In This Topic
    Removes the item at the specified index.
    Syntax
    'Declaration
     
    
    Public Sub RemoveAt( _
       ByVal index As Integer, _
       ByVal textItem As Boolean _
    ) 
    'Usage
     
    
    Dim instance As MultiValuesFilter
    Dim index As Integer
    Dim textItem As Boolean
     
    instance.RemoveAt(index, textItem)
    public void RemoveAt( 
       int index,
       bool textItem
    )

    Parameters

    index
    An integer value indicates the index of item.
    textItem
    if set to true, the specified text item will be removed; otherwise, the specified date group item will be removed.
    See Also