Spread for ASP.NET 8.0 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 Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

DefaultSpreadDataViewDataFormatter Class
DefaultSpreadDataViewDataFormatter Members

 

 


Copyright © GrapeCity, inc. All rights reserved.