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