Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITableStyles Interface / Item Property / Item(BuiltInSlicerStyles) Property
A BuiltInSlicerStyles value indicates the name of the slicer style.


In This Topic
    Item(BuiltInSlicerStyles) Property
    In This Topic
    Gets the ITableStyle with the specified slicer style name.
    Syntax
    'Declaration
     
    
    Overloads ReadOnly Property Item( _
       ByVal slicerStyle As BuiltInSlicerStyles _
    ) As ITableStyle
    'Usage
     
    
    Dim instance As ITableStyles
    Dim slicerStyle As BuiltInSlicerStyles
    Dim value As ITableStyle
     
    value = instance.Item(slicerStyle)

    Parameters

    slicerStyle
    A BuiltInSlicerStyles value indicates the name of the slicer style.

    Property Value

    A ITableStyle object represents the corresponding slicer style.
    See Also