Class ChartAIRecord.ReferenceType
Inheritance
System.Object
ChartAIRecord.ReferenceType
Namespace: Syncfusion.XlsIO.Parser.Biff_Records.Charts
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class ReferenceType : Enum
Fields
DefaultCategories
Use default categories.
Declaration
public const ChartAIRecord.ReferenceType DefaultCategories
Field Value
EnteredDirectly
Text or value entered directly into the formula bar.
Declaration
public const ChartAIRecord.ReferenceType EnteredDirectly
Field Value
ErrorReported
Error reported.
Declaration
public const ChartAIRecord.ReferenceType ErrorReported
Field Value
NotUsed
Not used.
Declaration
public const ChartAIRecord.ReferenceType NotUsed
Field Value
Worksheet
Linked to worksheet.
Declaration
public const ChartAIRecord.ReferenceType Worksheet