Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Data Namespace / DataManager Class / GetValue Method / GetValue(Int32,Int32) Method
Row index of the cell in the model
Column index of the cell in the model


In This Topic
    GetValue(Int32,Int32) Method
    In This Topic
    Gets the value of the cell for the specified row and column.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetValue( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As Object
    'Usage
     
    
    Dim instance As DataManager
    Dim row As Integer
    Dim column As Integer
    Dim value As Object
     
    value = instance.GetValue(row, column)
    public object GetValue( 
       int row,
       int column
    )

    Parameters

    row
    Row index of the cell in the model
    column
    Column index of the cell in the model
    See Also