[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.IObjectExpressionSupport.GetValue

GetValue Method

GetValue(IExpressionConsumer, int, int, int)

Gets the value of a specified formula of the object consumer at the specified cell.

Declaration
object GetValue(IExpressionConsumer obj, int index, int row, int column)
Function GetValue(obj As IExpressionConsumer, index As Integer, row As Integer, column As Integer) As Object
Parameters
Type Name Description
IExpressionConsumer obj

The object consumer

int index

The index of specified formula

int row

The row index of specified cell

int column

The column index of specified cell

Returns
Type Description
object