column property
column property
Get and sets the column index of the cell.
Definition:
@property
def column(self):
...
@column.setter
def column(self, value):
...
See Also
- module
aspose.cells.ods
- class
OdsCellField
Get and sets the column index of the cell.
@property
def column(self):
...
@column.setter
def column(self, value):
...
aspose.cells.ods
OdsCellField