[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Data.DefaultSpreadDataViewDataFormatter.SetCellValue

SetCellValue Method

SetCellValue(Cell, object)

Sets the new cell value to the data model.

Declaration
public void SetCellValue(Cell cell, object value)
Public Sub SetCellValue(cell As Cell, value As Object)
Parameters
Type Name Description
Cell cell

cell

object value

value

Implements