column property

column property

Returns the index of the column of worksheet in which the cell is located. Read-only int.

Definition:

@property
def column(self):
    ...

See Also