ComponentOne Expression Editor for WPF
SetCellValue Method

C1.WPF.ExpressionEditor.4 Assembly > C1.WPF.ExpressionEditor Namespace > ISupportExpressions Interface : SetCellValue Method
The row number of the grid.
The column name of the grid.
The value of the cell.
Set the value of the cell.
Syntax
'Declaration
 
Sub SetCellValue( _
   ByVal row As System.Integer, _
   ByVal colName As System.String, _
   ByVal value As System.Object _
) 
void SetCellValue( 
   System.int row,
   System.string colName,
   System.object value
)

Parameters

row
The row number of the grid.
colName
The column name of the grid.
value
The value of the cell.
See Also

Reference

ISupportExpressions Interface
ISupportExpressions Members