Aspose::Cells::ProtectedRange::AddArea method

ProtectedRange::AddArea method

Adds a referred area to this.

void Aspose::Cells::ProtectedRange::AddArea(int32_t startRow, int32_t startColumn, int32_t endRow, int32_t endColumn)
ParameterTypeDescription
startRowint32_tThe start row.
startColumnint32_tThe start column.
endRowint32_tThe end row.
endColumnint32_tThe end column.

See Also