Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel Class / GetValue Method
Row index of the cell in the model
Column index of the cell in the model


In This Topic
    GetValue Method (DefaultSheetDataModel)
    In This Topic
    Gets the value of the cell for the specified row and column.
    Syntax
    'Declaration
     
    
    Public Overrides Function GetValue( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As Object
    'Usage
     
    
    Dim instance As DefaultSheetDataModel
    Dim row As Integer
    Dim column As Integer
    Dim value As Object
     
    value = instance.GetValue(row, column)
    public override 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