Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / ISlicer Interface / Caption Property


In This Topic
    Caption Property (ISlicer)
    In This Topic
    Gets or sets the caption of the specified slicer.
    Syntax
    'Declaration
     
    
    Property Caption As String
    'Usage
     
    
    Dim instance As ISlicer
    Dim value As String
     
    instance.Caption = value
     
    value = instance.Caption
    string Caption {get; set;}

    Property Value

    The caption of the specified slicer.
    Remarks
    The value specified for the Caption property is displayed in the header of the slicer. If the Caption property is not specified, Spread uses the caption of the underlying field.
    See Also