Slicer.Height
Slicer.Height property
Returns or sets the height of the specified slicer, in points.
public double Height { get; set; }
Examples
[C#]
slicer.Height = 120;
See Also
- class Slicer
- namespace Aspose.Cells.Slicers
- assembly Aspose.Cells
Returns or sets the height of the specified slicer, in points.
public double Height { get; set; }
[C#]
slicer.Height = 120;