Class ExcelNestedDataLayoutOptions
Specifies how to fill the group field values while importing nested collection CLR objects.
Inheritance
System.Object
ExcelNestedDataLayoutOptions
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class ExcelNestedDataLayoutOptions : Enum
Fields
Default
No operation will be performed for empty fields.
Declaration
public const ExcelNestedDataLayoutOptions Default
Field Value
Merge
Merge the empty fields.
Declaration
public const ExcelNestedDataLayoutOptions Merge
Field Value
Repeat
Repeat the field value until the next group set value.
Declaration
public const ExcelNestedDataLayoutOptions Repeat