column property

column property

Gets the zero-based index of the column in the worksheet where the cell is located. Read-only int.

Definition:

@property
def column(self):
    ...

See Also