column_width property
column_width property
Sets or gets the column width of this range
Definition:
@property
def column_width(self):
...
@column_width.setter
def column_width(self, value):
...
See Also
- module
aspose.cells
- class
Range
Sets or gets the column width of this range
@property
def column_width(self):
...
@column_width.setter
def column_width(self, value):
...
aspose.cells
Range