Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Data Namespace / DefaultSpreadDataViewDataFormatter Class / SetCellValue Method
cell
value


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

    Parameters

    cell
    cell
    value
    value
    See Also