[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.DefaultSheetDataModel.GetValue

GetValue Method

GetValue(int, int)

Gets the value of the cell for the specified row and column.

Declaration
public override object GetValue(int row, int column)
Public Overrides Function GetValue(row As Integer, column As Integer) As Object
Parameters
Type Name Description
int row

Row index of the cell in the model

int column

Column index of the cell in the model

Returns
Type Description
object
Overrides