Slicer.ColumnWidth Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the width, in points, of each column in the slicer.
public:
property double ColumnWidth { double get(); void set(double value); };
public double ColumnWidth { get; set; }
Public Property ColumnWidth As Double
Property Value
The width, in points, of each column in the slicer.
Remarks
Read/write.
The ColumnWidth property of the Slicer object is automatically adjusted based on the value of the ColumnWidth property and the NumberOfColumns property.