ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExportDataTableActions - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ExportDataTableActions

    Specifies the export data table event actions.

    Inheritance
    System.Object
    ExportDataTableActions
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public sealed class ExportDataTableActions : Enum

    Fields

    Default

    Default action for exporting data table

    Declaration
    public const ExportDataTableActions Default
    Field Value
    Type Description
    ExportDataTableActions

    SkipRow

    Skips the specified row while exporting to data table.

    Declaration
    public const ExportDataTableActions SkipRow
    Field Value
    Type Description
    ExportDataTableActions

    StopExporting

    Stops the data table export.

    Declaration
    public const ExportDataTableActions StopExporting
    Field Value
    Type Description
    ExportDataTableActions

    value__

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