Class FormulaInfoHashtable
Typed Hashtable returning FormulaInfo objects.
Inheritance
System.Object
FormulaInfoHashtable
Namespace: Syncfusion.XlsIO.Calculate
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public class FormulaInfoHashtable : Dictionary<object, object>
Constructors
FormulaInfoHashtable()
Declaration
public FormulaInfoHashtable()
Properties
Item[Object]
Gets or sets the FormulaInfo with the specified obj.
Declaration
public FormulaInfo this[object obj] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | The key to identify the given FormulaInfo. |
Property Value
Type | Description |
---|---|
FormulaInfo | FormulaInfo |