name property
name property
Gets and sets the name of the column.
Remarks
If sets the name of the column, the according cell’ value will be changed too.
Definition:
@property
def name(self):
    ...
@name.setter
def name(self, value):
    ...
See Also
- module aspose.cells.tables
- class ListColumn