indexes property

indexes property

The indexes of columns/rows which should be exported out.

Definition:

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

See Also