Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / ISlicerCache Interface / Index Property


In This Topic
    Index Property (ISlicerCache)
    In This Topic
    Gets the index of the specified ISlicerCache object in the ISlicerCaches collection.
    Syntax
    'Declaration
     
    
    ReadOnly Property Index As Integer
    'Usage
     
    
    Dim instance As ISlicerCache
    Dim value As Integer
     
    value = instance.Index
    int Index {get;}

    Property Value

    The index of the specified ISlicerCache object.
    See Also