[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.BaseSheetDataModel.GetValue

GetValue Method

GetValue(int, int)

Gets the value for a cell at a specified row and column.

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

Row index

int column

Column index

Returns
Type Description
object
Implements