Spread Windows Forms 15.0
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()
    Hashtable GetAllTableData()
    See Also