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)
Parameter | Type | Description |
---|---|---|
startRow | int32_t | The start row. |
startColumn | int32_t | The start column. |
endRow | int32_t | The end row. |
endColumn | int32_t | The end column. |
See Also
- Class Vector
- Class ProtectedRange
- Namespace Aspose::Cells
- Library Aspose.Cells for C++