width property
width property
Represents the width of the comment, in unit of pixels.
Example
comment1.width = 10
Definition:
@property
def width(self):
...
@width.setter
def width(self, value):
...
See Also
- module
aspose.cells
- class
Comment