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
- class Slicer
- namespace Aspose.Cells.Slicers
- assembly Aspose.Cells
Returns or sets the width of the specified slicer, in points.
public double Width { get; set; }
[C#]
slicer.Width = 100;