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
Property Value
The name of the specified slicer.
See Also