Slicer.Width

Slicer.Width property

Returns or sets the width of the specified slicer, in points.

public double Width { get; set; }

Examples


[C#]

slicer.Width = 100;

See Also