'Declaration
Public Overloads Sub Resize( _ ByVal startRowId As Integer, _ ByVal startColumnId As Integer, _ ByVal endRowId As Integer, _ ByVal endColumnId As Integer _ )
'Usage
Dim instance As Table Dim startRowId As Integer Dim startColumnId As Integer Dim endRowId As Integer Dim endColumnId As Integer instance.Resize(startRowId, startColumnId, endRowId, endColumnId)
public void Resize( int startRowId, int startColumnId, int endRowId, int endColumnId )
Parameters
- startRowId
- The table’s first row Id.
- startColumnId
- The table’s first column Id.
- endRowId
- The table’s last row Id.
- endColumnId
- The table’s last column Id.