Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ITableModelSupport Interface / GetAllTableData Method


In This Topic
GetAllTableData Method
In This Topic
Gets all tables in the model.
Syntax
'Declaration
 
Function GetAllTableData() As Hashtable
 
'Usage
 
Dim instance As ITableModelSupport
Dim value As Hashtable
 
value = instance.GetAllTableData()
See Also