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)
ParameterTypeDescription
startRowInt32The start row index of the new range.
startColumnInt32The start column index of the new range.
endRowInt32The end row index of the new range.
endColumnInt32The end column index of the new range.
hasHeadersBooleanWhether this table has headers.

See Also