Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / ISlicerData Interface / GetState Method
index of item in Slicer data.


In This Topic
    GetState Method
    In This Topic
    Get current state of an item in Slicer
    Syntax
    'Declaration
     
    
    Function GetState( _
       ByVal index As Integer _
    ) As SlicerItemState
    'Usage
     
    
    Dim instance As ISlicerData
    Dim index As Integer
    Dim value As SlicerItemState
     
    value = instance.GetState(index)
    SlicerItemState GetState( 
       int index
    )

    Parameters

    index
    index of item in Slicer data.
    See Also