Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Column Class / GetValue Method
The row index.


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

    Parameters

    row
    The row index.

    Return Value

    Returns the cell's value.
    See Also