height property
height property
Returns or sets the height of the specified slicer, in points.
Remarks
NOTE: This member is now obsolete. Instead, please use Shape.HeightPt property. This property will be removed 12 months later since May 2025. Aspose apologizes for any inconvenience you may have experienced.
Example
slicer.height = 120.0
Definition:
@property
def height(self):
...
@height.setter
def height(self, value):
...
See Also
- module
aspose.cells.slicers
- class
Slicer