Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableView Class / DataRange Property


In This Topic
    DataRange Property (TableView)
    In This Topic
    Gets the table range area.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DataRange As CellRange
    'Usage
     
    
    Dim instance As TableView
    Dim value As CellRange
     
    value = instance.DataRange
    public CellRange DataRange {get;}
    See Also