Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / ISlicer Interface / Name Property


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

    Property Value

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