New to Telerik Document ProcessingStart a free 30-day trial

Specifies the scope of data to export from a workbook, such as a single sheet, the entire workbook, or a selection.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.FormatProviders

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

C#
public enum ExportWhat

Fields

Exports only the currently active worksheet.

C#
ActiveSheet = 0

Exports all worksheets in the workbook.

C#
EntireWorkbook = 1

Exports only the currently selected cell ranges.

C#
Selection = 2
In this article
DefinitionFieldsActiveSheetEntireWorkbookSelection
Not finding the help you need?
Contact Support