Spread Windows Forms 12.0 Product Documentation
SetCellValue Method (ISpreadDataViewDataFormatter)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Data Namespace > ISpreadDataViewDataFormatter Interface : SetCellValue Method
Cell
Value
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

Reference

ISpreadDataViewDataFormatter Interface
ISpreadDataViewDataFormatter Members