Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ITableRange Interface / DataRange Property


In This Topic
    DataRange Property (ITableRange)
    In This Topic
    Gets the data range of the ITableRange.
    Syntax
    'Declaration
     
    
    ReadOnly Property DataRange As CellRange
    'Usage
     
    
    Dim instance As ITableRange
    Dim value As CellRange
     
    value = instance.DataRange
    CellRange DataRange {get;}
    See Also