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.UWP.dll
Syntax
public sealed class ExcelNestedDataLayoutOptions : Enum
Fields
Default
No operation will be performed for empty fields.
Declaration
public const ExcelNestedDataLayoutOptions Default
Field Value
Type |
---|
ExcelNestedDataLayoutOptions |
Merge
Merge the empty fields.
Declaration
public const ExcelNestedDataLayoutOptions Merge
Field Value
Type |
---|
ExcelNestedDataLayoutOptions |
Repeat
Repeat the field value until the next group set value.
Declaration
public const ExcelNestedDataLayoutOptions Repeat
Field Value
Type |
---|
ExcelNestedDataLayoutOptions |