Spread Windows Forms 12.0 Product Documentation
SetCellValue Method (DefaultSpreadDataViewDataFormatter)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Data Namespace > DefaultSpreadDataViewDataFormatter Class : SetCellValue Method
cell
value
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

Reference

DefaultSpreadDataViewDataFormatter Class
DefaultSpreadDataViewDataFormatter Members