ColumnWidth Property (ISlicer)
Gets or sets the width, in pixels, of each column in the slicer.
double ColumnWidth {get; set;}
'Declaration
Property ColumnWidth As Double
'Usage
Dim instance As ISlicer
Dim value As Double
instance.ColumnWidth = value
value = instance.ColumnWidth
Property Value
The width of each column in the slicer.