Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Data Namespace / ISpreadDataViewDataFormatter Interface / GetCellValue Method
Cell


In This Topic
    GetCellValue Method (ISpreadDataViewDataFormatter)
    In This Topic
    Gets the cell value from the data model.
    Syntax
    'Declaration
     
    
    Function GetCellValue( _
       ByVal cell As Cell _
    ) As Object
    'Usage
     
    
    Dim instance As ISpreadDataViewDataFormatter
    Dim cell As Cell
    Dim value As Object
     
    value = instance.GetCellValue(cell)
    object GetCellValue( 
       Cell cell
    )

    Parameters

    cell
    Cell
    See Also