'Declaration
Public Overloads Sub Resize( _ ByVal startCellAddress As String, _ ByVal endCellAddress As String _ )
'Usage
Dim instance As Table Dim startCellAddress As String Dim endCellAddress As String instance.Resize(startCellAddress, endCellAddress)
public void Resize( string startCellAddress, string endCellAddress )
Parameters
- startCellAddress
- The table’s top-left cell.
- endCellAddress
- The table’s bottom-right cell.