Resize(Int32,Int32,Int32,Boolean) Method
In This Topic
Resizes the boundary of this table over a new range. No cells are inserted or moved.
Syntax
Parameters
- column
- An integer value indicates the new worksheet left column index.
- column2
- An integer value indicates the new worksheet right column index.
- rowCount
- An integer value indicates the new table row count.
-1
means no row count changed. - autoExpand
- if set to
true
, all settings, which's fitted to table column, will be expanded automatically.
Return Value
true
if the table is resized successful, false
otherwise.
See Also