height property
height property
Gets and sets the row height in unit of Points.
Definition:
@property
def height(self):
...
@height.setter
def height(self, value):
...
See Also
- module
aspose.cells
- class
Row
Gets and sets the row height in unit of Points.
@property
def height(self):
...
@height.setter
def height(self, value):
...
aspose.cells
Row