Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Row Class / GetValue Method
The column index.


In This Topic
    GetValue Method (Row)
    In This Topic
    Gets the value in a specified column in the current row.
    Syntax
    'Declaration
     
    Public Function GetValue( _
       ByVal column As Integer _
    ) As Object
    'Usage
     
    Dim instance As Row
    Dim column As Integer
    Dim value As Object
     
    value = instance.GetValue(column)
    public object GetValue( 
       int column
    )

    Parameters

    column
    The column index.

    Return Value

    Returns the cell value.
    See Also