field_index property

field_index property

Gets and sets the column offset in the range.

Definition:

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

See Also