Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / ISlicerItem Interface / Caption Property


In This Topic
    Caption Property (ISlicerItem)
    In This Topic
    Gets the label text for the slicer item.
    Syntax
    'Declaration
     
    
    ReadOnly Property Caption As String
    'Usage
     
    
    Dim instance As ISlicerItem
    Dim value As String
     
    value = instance.Caption
    string Caption {get;}

    Property Value

    The label text for the slicer item.
    See Also