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


In This Topic
    SetCellValue Method (ISpreadDataViewDataFormatter)
    In This Topic
    Sets the new cell value to the data model.
    Syntax
    'Declaration
     
    
    Sub SetCellValue( _
       ByVal cell As Cell, _
       ByVal value As Object _
    ) 
    'Usage
     
    
    Dim instance As ISpreadDataViewDataFormatter
    Dim cell As Cell
    Dim value As Object
     
    instance.SetCellValue(cell, value)
    void SetCellValue( 
       Cell cell,
       object value
    )

    Parameters

    cell
    Cell
    value
    Value
    See Also