Caption Property (ISlicer)
Gets or sets the caption of the specified slicer.
'Declaration
Property Caption As String
'Usage
Dim instance As ISlicer
Dim value As String
instance.Caption = value
value = instance.Caption
Property Value
The caption of the specified slicer.