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
CommonColumnHeader
A row containing merged column headers.
Declaration
public const SpreadStreamExportElement CommonColumnHeader
Field Value
FooterCell
GroupFooterCell
GroupHeaderCell
Group header cell.
Declaration
public const SpreadStreamExportElement GroupHeaderCell
Field Value
HeaderCell
Header cell.
Declaration
public const SpreadStreamExportElement HeaderCell
Field Value
value__
Declaration
public int value__
Field Value
System.
|