Enum HiddenCellHandlingCategory
This enum is used to indicate how a function handles hidden cells.
Namespace: OfficeOpenXml.FormulaParsing.Excel
Assembly: EPPlus.dll
Syntax
public enum HiddenCellHandlingCategory
Fields
Name | Description |
---|---|
Aggregate | The function has the AGGREGATE behaviour |
Default | Used to indicate that the function has the default behaviour |
Subtotal | The function has the SUBTOTAL behaviour |