'Declaration
Public Sub RemoveAt( _ ByVal tableIndex As Integer _ )
'Usage
Dim instance As TableCollection Dim tableIndex As Integer instance.RemoveAt(tableIndex)
public void RemoveAt( int tableIndex )
Parameters
- tableIndex
- The index that corresponds to the Table that will be removed.