New to Telerik UI for WPFStart a free 30-day trial

Enumerator that indicates the type of the current exporting element.

Definition

Namespace:Telerik.Windows.Controls.GridView.SpreadsheetStreamingExport

Assembly:Telerik.Windows.Controls.GridView.SpreadsheetStreamingExport.dll

Syntax:

C#
public enum SpreadStreamExportElement

Fields

Data cell.

C#
Cell = 4

A row containing merged column headers.

C#
CommonColumnHeader = 5

Footer cell.

C#
FooterCell = 1

Group footer cell.

C#
GroupFooterCell = 3

Group header cell.

C#
GroupHeaderCell = 2

Header cell.

C#
HeaderCell = 0