Aspose::Cells::Tables::ListObject::Resize method
ListObject::Resize method
Resize the range of the list object.
void Aspose::Cells::Tables::ListObject::Resize(int32_t startRow, int32_t startColumn, int32_t endRow, int32_t endColumn, bool hasHeaders)
| Parameter | Type | Description |
|---|---|---|
| startRow | int32_t | The start row index of the new range. |
| startColumn | int32_t | The start column index of the new range. |
| endRow | int32_t | The end row index of the new range. |
| endColumn | int32_t | The end column index of the new range. |
| hasHeaders | bool | Whether this table has headers. |
See Also
- Class Vector
- Class ListObject
- Namespace Aspose::Cells::Tables
- Library Aspose.Cells for C++