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


In This Topic
    GetValue(Int32,Int32,IPrimitiveValue,Boolean) Method
    In This Topic
    Gets the value of the cell for the specified row and column.
    Syntax
    'Declaration
     
    
    Public Overloads Sub GetValue( _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal cellValue As IPrimitiveValue, _
       Optional ByVal directValue As Boolean _
    ) 
    'Usage
     
    
    Dim instance As DataManager
    Dim row As Integer
    Dim column As Integer
    Dim cellValue As IPrimitiveValue
    Dim directValue As Boolean
     
    instance.GetValue(row, column, cellValue, directValue)
    public void GetValue( 
       int row,
       int column,
       IPrimitiveValue cellValue,
       bool directValue
    )

    Parameters

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