ReadOnlySymbolValues.Get(ISymbolSlot) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get value of a slot previously provided by Set(ISymbolSlot, FormulaValue).
C#
public abstract Microsoft.PowerFx.Types.FormulaValue Get (Microsoft.PowerFx.ISymbolSlot slot);
abstract member Get : Microsoft.PowerFx.ISymbolSlot -> Microsoft.PowerFx.Types.FormulaValue
Public MustOverride Function Get (slot As ISymbolSlot) As FormulaValue
- slot
- ISymbolSlot
Slot provided by the associated SymbolTable.
Value for this slot or BlankValue if no value is set yet.
Product | Versions |
---|---|
Power Fx SDK | Latest |