Spread Silverlight Documentation
GetTableByName Method


The table name.
Get table by name.
Syntax
'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.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

CalcParserContext Class
CalcParserContext Members

 

 


Copyright © GrapeCity, inc. All rights reserved.