Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / ISlicerItem Interface / Name Property


In This Topic
Name Property (ISlicerItem)
In This Topic
Gets the name of the slicer item.
Syntax
'Declaration
 
ReadOnly Property Name As String
 
'Usage
 
Dim instance As ISlicerItem
Dim value As String
 
value = instance.Name

Property Value

The name of the slicer item.
See Also