Enum
ExportWhat

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:

cs-api-definition
public enum ExportWhat

Fields

ActiveSheet

Exports only the currently active worksheet.

Declaration

cs-api-definition
ActiveSheet = 0

Field Value

ExportWhat

EntireWorkbook

Exports all worksheets in the workbook.

Declaration

cs-api-definition
EntireWorkbook = 1

Field Value

ExportWhat

Selection

Exports only the currently selected cell ranges.

Declaration

cs-api-definition
Selection = 2

Field Value

ExportWhat

In this article
DefinitionFieldsActiveSheetEntireWorkbookSelection
Not finding the help you need?
Contact Support