Class ExpandCollapseFlags
Flags for expand/collapse settings.
Inheritance
System.Object
ExpandCollapseFlags
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public sealed class ExpandCollapseFlags : Enum
Fields
Default
Default options.
Declaration
public const ExpandCollapseFlags Default
Field Value
Type |
---|
ExpandCollapseFlags |
ExpandParent
Indicates whether we have to expand parent group when expanding child (to make it visible).
Declaration
public const ExpandCollapseFlags ExpandParent
Field Value
Type |
---|
ExpandCollapseFlags |
IncludeSubgroups
Indicates whether subgroups must be included into operation.
Declaration
public const ExpandCollapseFlags IncludeSubgroups
Field Value
Type |
---|
ExpandCollapseFlags |