column_index property

column_index property

The upper left column index.

Definition:

@property
def column_index(self):
    ...
@column_index.setter
def column_index(self, value):
    ...

See Also