DeleteBlankOptions.EndIndex

DeleteBlankOptions.EndIndex 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.

public int EndIndex { get; set; }

See Also