Slicer.ColumnWidth Property

Definition

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.

Applies to