Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ITableRangeManager Interface / GetTables Method


In This Topic
    GetTables Method
    In This Topic
    Gets a hash table of ITableRange objects.
    Syntax
    'Declaration
     
    
    Function GetTables() As Hashtable
    'Usage
     
    
    Dim instance As ITableRangeManager
    Dim value As Hashtable
     
    value = instance.GetTables()
    Hashtable GetTables()

    Return Value

    Hashtable of ITableRange objects
    See Also