Class SpreadStreamExportElement
Enumerator that indicates the type of the current exporting element.
Inheritance
System.Object
SpreadStreamExportElement
Namespace: Telerik.Windows.Controls.GridView.SpreadsheetStreamingExport
Assembly: Telerik.Windows.Controls.GridView.SpreadsheetStreamingExport.dll
Syntax
public sealed class SpreadStreamExportElement : Enum
Fields
Cell
Data cell.
Declaration
public const SpreadStreamExportElement Cell
Field Value
SpreadStreamExportElement
|
CommonColumnHeader
A row containing merged column headers.
Declaration
public const SpreadStreamExportElement CommonColumnHeader
Field Value
SpreadStreamExportElement
|
FooterCell
GroupFooterCell
GroupHeaderCell
Group header cell.
Declaration
public const SpreadStreamExportElement GroupHeaderCell
Field Value
SpreadStreamExportElement
|
HeaderCell
Header cell.
Declaration
public const SpreadStreamExportElement HeaderCell
Field Value
SpreadStreamExportElement
|
value__
Declaration
public int value__
Field Value
System.Int32
|