Enum
SpreadStreamExportElement

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:

cs-api-definition
public enum SpreadStreamExportElement

Fields

Cell

Data cell.

Declaration

cs-api-definition
Cell = 4

Field Value

SpreadStreamExportElement

CommonColumnHeader

A row containing merged column headers.

Declaration

cs-api-definition
CommonColumnHeader = 5

Field Value

SpreadStreamExportElement

FooterCell

Footer cell.

Declaration

cs-api-definition
FooterCell = 1

Field Value

SpreadStreamExportElement

GroupFooterCell

Group footer cell.

Declaration

cs-api-definition
GroupFooterCell = 3

Field Value

SpreadStreamExportElement

GroupHeaderCell

Group header cell.

Declaration

cs-api-definition
GroupHeaderCell = 2

Field Value

SpreadStreamExportElement

HeaderCell

Header cell.

Declaration

cs-api-definition
HeaderCell = 0

Field Value

SpreadStreamExportElement