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