Spread for ASP.NET 12 Product Documentation
SetValue Method (SheetView)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : SetValue Method
Row index of the cell
Column index of the cell
Value
Sets the value for a cell at the specified row and column.
Syntax
'Declaration
 
Public Sub SetValue( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal value As Object _
) 
'Usage
 
Dim instance As SheetView
Dim row As Integer
Dim column As Integer
Dim value As Object
 
instance.SetValue(row, column, value)
public void SetValue( 
   int row,
   int column,
   object value
)

Parameters

row
Row index of the cell
column
Column index of the cell
value
Value
See Also

Reference

SheetView Class
SheetView Members