Class SchemaChangeHints
Information on what changes have occurred in the Pivot Schema.
Inheritance
System.Object
SchemaChangeHints
Namespace: Syncfusion.XlsIO.Implementation.PivotAnalysis
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class SchemaChangeHints : Enum
Fields
CalculationChanged
Indicate that the engine should re-populate based on selected calculation type.
Declaration
public const SchemaChangeHints CalculationChanged
Field Value
Type |
---|
SchemaChangeHints |
GrandTotalVisibility
Indicate the engine's GrandTotalVisibility property has changed.
Declaration
public const SchemaChangeHints GrandTotalVisibility
Field Value
Type |
---|
SchemaChangeHints |
HeadersChanged
Indicate that the engine should re-populate the headers based on field headers.
Declaration
public const SchemaChangeHints HeadersChanged
Field Value
Type |
---|
SchemaChangeHints |
None
No specific information available about the change. The entire engine should be populated to ensure the change is properly reflected.
Declaration
public const SchemaChangeHints None
Field Value
Type |
---|
SchemaChangeHints |
RowAdded
Indicate that the engine should refresh because of a new row being added.
Declaration
public const SchemaChangeHints RowAdded
Field Value
Type |
---|
SchemaChangeHints |