[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.GroupDataModel.SetValue

SetValue Method

SetValue(int, int, object)

Sets the value of the cell in the group.

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

Row index of the cell

int col

Column index of the cell

object value

Value to assign to the cell

Overrides
Implements