first_item_index property

first_item_index property

Specifies the zero-based index of the first slicer item.

Definition:

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

See Also