Cells.IsDeletingRangeEnabled

Cells.IsDeletingRangeEnabled method

Check whether the range could be deleted.

public bool IsDeletingRangeEnabled(int startRow, int startColumn, int totalRows, int totalColumns)
ParameterTypeDescription
startRowInt32The start row index of the range.
startColumnInt32The start column index of the range.
totalRowsInt32The number of the rows in the range.
totalColumnsInt32The number of the columns in the range.

See Also