Enum ExportWhat
Specifies the scope of data to export from a workbook, such as a single sheet, the entire workbook, or a selection.
Namespace: Telerik.Windows.Documents.Spreadsheet.FormatProviders
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public enum ExportWhat
ActiveSheet
Exports only the currently active worksheet.
EntireWorkbook
Exports all worksheets in the workbook.
Selection
Exports only the currently selected cell ranges.