'Declaration Public Function GetTable( _ ByVal tableName As String _ ) As Table
'Declaration
Public Function GetTable( _ ByVal tableName As String _ ) As Table
'Usage Dim instance As Workbook Dim tableName As String Dim value As Table value = instance.GetTable(tableName)
'Usage
Dim instance As Workbook Dim tableName As String Dim value As Table value = instance.GetTable(tableName)
public Table GetTable( string tableName )
null
Workbook Class Workbook Members