EnumExportWhat
Enum
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.
EntireWorkbook
Exports all worksheets in the workbook.
Selection
Exports only the currently selected cell ranges.