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)
ParameterTypeDescription
startRowint32_tThe start row index of the new range.
startColumnint32_tThe start column index of the new range.
endRowint32_tThe end row index of the new range.
endColumnint32_tThe end column index of the new range.
hasHeadersboolWhether this table has headers.

See Also