Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ITableDataColumn Interface / DataCellRange Property


In This Topic
    DataCellRange Property
    In This Topic
    Gets the data cell range. The values do not include header cell and total cell.
    Syntax
    'Declaration
     
    
    ReadOnly Property DataCellRange As CellRange
    'Usage
     
    
    Dim instance As ITableDataColumn
    Dim value As CellRange
     
    value = instance.DataCellRange
    CellRange DataCellRange {get;}
    See Also