FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel Class / SetValue Method
Row index of cell in model
Column index of cell in model
Value to set


In This Topic
SetValue Method (DefaultSheetDataModel)
In This Topic
Sets the value for the cell of the specified row and column.
Syntax
'Declaration
 
Public Overrides Sub SetValue( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal value As Object _
) 
 
'Usage
 
Dim instance As DefaultSheetDataModel
Dim row As Integer
Dim column As Integer
Dim value As Object
 
instance.SetValue(row, column, value)

Parameters

row
Row index of cell in model
column
Column index of cell in model
value
Value to set
See Also