Set the value of the cell.
Syntax
'Declaration
Sub SetCellValue( _
ByVal As System.Integer, _
ByVal As System.String, _
ByVal As System.Object _
)
void SetCellValue(
System.int ,
System.string ,
System.object
)
Parameters
- row
- The row number of the grid.
- colName
- The column name of the grid.
- value
- The value of the cell.
See Also