Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / SlicerCache Class / Name Property


In This Topic
Name Property (SlicerCache)
In This Topic
Gets or sets the name of the slicer cache.
Syntax
'Declaration
 
Public Property Name As String
 
'Usage
 
Dim instance As SlicerCache
Dim value As String
 
instance.Name = value
 
value = instance.Name

Property Value

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