Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ITableModelSupport Interface / TableRangeManager Property


In This Topic
    TableRangeManager Property
    In This Topic
    Gets or sets the table range collections.
    Syntax
    'Declaration
     
    
    Property TableRangeManager As ITableRangeManager
    'Usage
     
    
    Dim instance As ITableModelSupport
    Dim value As ITableRangeManager
     
    instance.TableRangeManager = value
     
    value = instance.TableRangeManager
    ITableRangeManager TableRangeManager {get; set;}
    See Also