menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExcelExportDataOptions - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ExcelExportDataOptions

    Represents a class for exporting data options.

    Inheritance
    System.Object
    ExcelExportDataOptions
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.NET.dll
    Syntax
    public class ExcelExportDataOptions : Object

    Constructors

    ExcelExportDataOptions()

    Declaration
    public ExcelExportDataOptions()

    Properties

    ColumnTypeDetectionRow

    Gets or sets row index that is used for detecting the column Types. By default the second row from the export range is used for detecting the column types. And the default value will be exported in the data table if the cell value does not match with the column type.

    Declaration
    public int ColumnTypeDetectionRow { get; set; }
    Property Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved