Enum ExpandCollapseFlags
Flags for expand/collapse settings.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
[Flags]
public enum ExpandCollapseFlags
Fields
Name | Description |
---|---|
Default | Default options. |
ExpandParent | Indicates whether we have to expand parent group when expanding child (to make it visible). |
IncludeSubgroups | Indicates whether subgroups must be included into operation. |