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