Table of Contents

Enum ExpandCollapseFlags

Namespace
Spire.Xls
Assembly
Spire.XLS.dll

Flags for expand/collapse settings.

[Flags]
public enum ExpandCollapseFlags

Fields

Default = 0

Default options.

ExpandParent = 2

Indicates whether we have to expand parent group when expanding child (to make it visible).

IncludeSubgroups = 1

Indicates whether subgroups must be included into operation.