menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExcelNestedDataLayoutOptions - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    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.Portable.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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved