Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / IActualValue Interface / GetValue Method / GetValue(Int32,Int32) Method
The row.
The column.


In This Topic
    GetValue(Int32,Int32) Method
    In This Topic
    Gets the value with a specified row and column.
    Syntax
    'Declaration
     
    Overloads Function GetValue( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As Object
    'Usage
     
    Dim instance As IActualValue
    Dim row As Integer
    Dim column As Integer
    Dim value As Object
     
    value = instance.GetValue(row, column)
    object GetValue( 
       int row,
       int column
    )

    Parameters

    row
    The row.
    column
    The column.
    See Also