[]
Gets the information about how the consumer formulas have changed.
List<RangeElement<ExpressionConsumerFormulaInfo>> GetAdjustingFormulaInfo(IExpressionConsumer obj)
Function GetAdjustingFormulaInfo(obj As IExpressionConsumer) As List(Of RangeElement(Of ExpressionConsumerFormulaInfo))
Type | Name | Description |
---|---|---|
IExpressionConsumer | obj | The object consumer |
Type | Description |
---|---|
List<RangeElement<ExpressionConsumerFormulaInfo>> | List of RangeElement that contains the information about how the consumer formulas have changed |