Slicer.ColumnWidth

Slicer.ColumnWidth property

Returns or sets the width, in points, of each column in the slicer.

public double ColumnWidth { get; set; }

Examples


[C#]

slicer.ColumnWidth = 80;

See Also