ListObject.Resize
ListObject.Resize method
Resize the range of the list object.
public void Resize(int startRow, int startColumn, int endRow, int endColumn, bool hasHeaders)
Parameter | Type | Description |
---|---|---|
startRow | Int32 | The start row index of the new range. |
startColumn | Int32 | The start column index of the new range. |
endRow | Int32 | The end row index of the new range. |
endColumn | Int32 | The end column index of the new range. |
hasHeaders | Boolean | Whether this table has headers. |
See Also
- class ListObject
- namespace Aspose.Cells.Tables
- assembly Aspose.Cells