column_index property

column_index property

Gets or sets a column index (zero-based).

Definition:

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

See Also