Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / ISlicerCache Interface / Name Property


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

    Property Value

    The name of the slicer cache.
    Remarks
    Name of the slicer cache must be unique within the workbook namespace.
    See Also