In This Topic
Gets or sets the width of the specified slicer, in pixels.
Syntax
'Declaration
Property Width As Double
'Usage
Dim instance As ISlicer
Dim value As Double
instance.Width = value
value = instance.Width
Property Value
The width of the specified slicer.
See Also