Xamarin.Android

Upgrade Guide User Guide Demos Support Forums Download
  • 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 Description
    ExcelNestedDataLayoutOptions

    Merge

    Merge the empty fields.

    Declaration
    public const ExcelNestedDataLayoutOptions Merge
    Field Value
    Type Description
    ExcelNestedDataLayoutOptions

    Repeat

    Repeat the field value until the next group set value.

    Declaration
    public const ExcelNestedDataLayoutOptions Repeat
    Field Value
    Type Description
    ExcelNestedDataLayoutOptions

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved