[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.IObjectExpressionSupport.GetFormula

GetFormula Method

GetFormula(IExpressionConsumer, int, ReferenceStyle)

Gets the formula, as a string, of the object at the specified index.

Declaration
string GetFormula(IExpressionConsumer obj, int index, ReferenceStyle referenceStyle)
Function GetFormula(obj As IExpressionConsumer, index As Integer, referenceStyle As ReferenceStyle) As String
Parameters
Type Name Description
IExpressionConsumer obj

The object consumer.

int index

The index of the formula.

ReferenceStyle referenceStyle

The reference style of the formula.

Returns
Type Description
string

The formula of the object at the specified index