ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.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 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