ExportWhat
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:
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