Interface IFormulaRecord
Summary description for IFormulaRecord.
Namespace: Syncfusion.XlsIO.Parser.Biff_Records
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public interface IFormulaRecord
Properties
Formula
Gets/sets parsed formula tokens.
Declaration
Ptg[] Formula { get; set; }
Property Value
Type |
---|
Ptg[] |