Enum ExcelNestedDataLayoutOptions
Specifies how to fill the group field values while importing nested collection CLR objects.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExcelNestedDataLayoutOptions
Fields
Name | Description |
---|---|
Default | No operation will be performed for empty fields. |
Merge | Merge the empty fields. |
Repeat | Repeat the field value until the next group set value. |