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