start_index property

start_index property

Specifies the start row/column index of the range to check and delete blank rows/columns.

Definition:

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

See Also