Aspose::Cells::Cells::IsDeletingRangeEnabled method

Cells::IsDeletingRangeEnabled method

Check whether the range could be deleted.

bool Aspose::Cells::Cells::IsDeletingRangeEnabled(int32_t startRow, int32_t startColumn, int32_t totalRows, int32_t totalColumns)
ParameterTypeDescription
startRowint32_tThe start row index of the range.
startColumnint32_tThe start column index of the range.
totalRowsint32_tThe number of the rows in the range.
totalColumnsint32_tThe number of the columns in the range.

ReturnValue

See Also