Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Row Class / SetValue Method
The column index.
The value for the cell.


In This Topic
    SetValue Method (Row)
    In This Topic
    Sets the value in a specified column in the current row.
    Syntax
    'Declaration
     
    Public Sub SetValue( _
       ByVal column As Integer, _
       ByVal value As Object _
    ) 
    'Usage
     
    Dim instance As Row
    Dim column As Integer
    Dim value As Object
     
    instance.SetValue(column, value)
    public void SetValue( 
       int column,
       object value
    )

    Parameters

    column
    The column index.
    value
    The value for the cell.
    See Also