ASP.NET Core

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum ExcelNestedDataLayoutOptions

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved