ComponentOne Expression Editor for WPF
C1.WPF.ExpressionEditor.4.5.2 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.

In This Topic
    SetCellValue Method
    In This Topic
    Set the value of the cell.
    Syntax
    'Declaration
     
    Sub SetCellValue( _
       ByVal row As Integer, _
       ByVal colName As String, _
       ByVal value As Object _
    ) 
    void SetCellValue( 
       int row,
       string colName,
       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