Enum ExportDataTableActions
Specifies the export data table event actions.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExportDataTableActions
Fields
| Name | Description |
|---|---|
| Default | Default action for exporting data table |
| SkipRow | Skips the specified row while exporting to data table. |
| StopExporting | Stops the data table export. |