'Declaration Public Overridable Function GetTableByName( _ ByVal name As System.String _ ) As ITableStruct
'Usage Dim instance As CalcParserContext Dim name As System.String Dim value As ITableStruct value = instance.GetTableByName(name)
public virtual ITableStruct GetTableByName( System.string name )
Parameters
- name
- The table name.
Return Value
The table.