Class ExcelNestedDataGroupOptions
Specifies whether the grouping is added with Collapse or Expand while importing nested collection CLR objects.
Inheritance
System.Object
ExcelNestedDataGroupOptions
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public sealed class ExcelNestedDataGroupOptions : Enum
Fields
Collapse
Collapse the group.
Declaration
public const ExcelNestedDataGroupOptions Collapse
Field Value
Type |
---|
ExcelNestedDataGroupOptions |
Expand
Expand the group.
Declaration
public const ExcelNestedDataGroupOptions Expand
Field Value
Type |
---|
ExcelNestedDataGroupOptions |