In This Topic
Resizes the boundary of this table over a new range. No cells are inserted or moved.
Syntax
'Declaration
Overloads Function Resize( _
ByVal As String _
) As Boolean
'Usage
Dim instance As ITable
Dim range As String
Dim value As Boolean
value = instance.Resize(range)
Parameters
- range
- The new range of the table.
Return Value
true
if the table is resized successful, false
otherwise.
See Also