Gets a
TableView by name.
'Declaration
Public Overloads Function GetTable( _
ByVal As String _
) As TableView
'Usage
Dim instance As SheetView
Dim tableName As String
Dim value As TableView
value = instance.GetTable(tableName)
Parameters
- tableName
- Table name
Return Value