[]
Sets the value of the cell in the group.
public override void SetValue(int row, int col, object value)
Public Overrides Sub SetValue(row As Integer, col As Integer, value As Object)
| 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 |