end_index property

end_index property

Specifies the end row/column index(inclusive) of the range to check and delete blank rows/columns. Default value is -1 and -1 means the maximum range of all objects(cells, drawings, …) that need to be checked.

Definition:

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

See Also