Class ExportDataTableActions
Specifies the export data table event actions.
Inheritance
System.Object
ExportDataTableActions
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class ExportDataTableActions : Enum
Fields
Default
Default action for exporting data table
Declaration
public const ExportDataTableActions Default
Field Value
SkipRow
Skips the specified row while exporting to data table.
Declaration
public const ExportDataTableActions SkipRow
Field Value
StopExporting
Stops the data table export.
Declaration
public const ExportDataTableActions StopExporting