'Declaration
Overloads Function Resize( _ ByVal column As Integer, _ ByVal column2 As Integer, _ Optional ByVal rowCount As Integer _ ) As Boolean
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. Default value is -1 that indicates the row count remained.
Return Value
true
if the table is resized successful, false
otherwise.