In This Topic
Gets or sets the horizontal position of the specified slicer, in pixels, relative to the upper-left corner of cell A1 on a worksheet.
Syntax
'Declaration
Property Left As Double
'Usage
Dim instance As ISlicer
Dim value As Double
instance.Left = value
value = instance.Left
Property Value
The horizontal position of the specified slicer .
See Also