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


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

    Parameters

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