Enum SchemaChangeHints
Information on what changes have occurred in the Pivot Schema.
Namespace: Syncfusion.XlsIO.Implementation.PivotAnalysis
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
[Flags]
public enum SchemaChangeHints
Fields
Name | Description |
---|---|
CalculationChanged | Indicate that the engine should re-populate based on selected calculation type. |
GrandTotalVisibility | Indicate the engine's GrandTotalVisibility property has changed. |
HeadersChanged | Indicate that the engine should re-populate the headers based on field headers. |
None | No specific information available about the change. The entire engine should be populated to ensure the change is properly reflected. |
RowAdded | Indicate that the engine should refresh because of a new row being added. |