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 |