Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / Slicer Class / Name Property


In This Topic
    Name Property (Slicer)
    In This Topic
    Gets or sets a string value representing the name of the slicer.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Property Name As String
    'Usage
     
    
    Dim instance As Slicer
    Dim value As String
     
    instance.Name = value
     
    value = instance.Name
    public override string Name {get; set;}

    Property Value

    The name of the slicer.
    Remarks
    The name must be unique across all slicers within a workbook.
    See Also