Spread Windows Forms 12.0 Product Documentation
GetTable Method (ITableModelSupport)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > ITableModelSupport Interface : GetTable Method
Name of table
Gets the table range.
Syntax
'Declaration
 
Function GetTable( _
   ByVal name As String _
) As ITableRange
'Usage
 
Dim instance As ITableModelSupport
Dim name As String
Dim value As ITableRange
 
value = instance.GetTable(name)
ITableRange GetTable( 
   string name
)

Parameters

name
Name of table
See Also

Reference

ITableModelSupport Interface
ITableModelSupport Members