Spread for ASP.NET 10 Product Documentation
SetCellValue Method (DefaultSpreadDataViewDataFormatter)


The cell
The 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
The cell
value
The value
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

DefaultSpreadDataViewDataFormatter Class
DefaultSpreadDataViewDataFormatter Members

 

 


Copyright © GrapeCity, inc. All rights reserved.