[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.DefaultSheetDataModel.SetValue

SetValue Method

SetValue(int, int, object)

Sets the value for the cell of the specified row and column.

Declaration
public override void SetValue(int row, int column, object value)
Public Overrides Sub SetValue(row As Integer, column As Integer, value As Object)
Parameters
Type Name Description
int row

Row index of cell in model

int column

Column index of cell in model

object value

Value to set

Overrides