[]
Gets the formula, as a string, of the object at the specified index.
string GetFormula(IExpressionConsumer obj, int index, ReferenceStyle referenceStyle)
Function GetFormula(obj As IExpressionConsumer, index As Integer, referenceStyle As ReferenceStyle) As String
Type | Name | Description |
---|---|---|
IExpressionConsumer | obj | The object consumer. |
int | index | The index of the formula. |
ReferenceStyle | referenceStyle | The reference style of the formula. |
Type | Description |
---|---|
string | The formula of the object at the specified index |