Aspose::Cells::Cells::DeleteRange method

Cells::DeleteRange method

Deletes a range of cells and shift cells according to the shift option.

void Aspose::Cells::Cells::DeleteRange(int32_t startRow, int32_t startColumn, int32_t endRow, int32_t endColumn, ShiftType shiftType)
ParameterTypeDescription
startRowint32_tStart row index.
startColumnint32_tStart column index.
endRowint32_tEnd row index.
endColumnint32_tEnd column index.
shiftTypeShiftTypeShift cells option.

See Also