Interface
IGridViewSpreadStreamExportCellInfo

Definition

Namespace:Telerik.WinControls.Export

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public interface IGridViewSpreadStreamExportCellInfo : IGridViewSpreadExportCellInfo

Derived Classes: GridViewSpreadStreamExportCellInfo

Inherited Members IGridViewSpreadExportCellInfo.ValueIGridViewSpreadExportCellInfo.ExportFormatIGridViewSpreadExportCellInfo.ExportFormatType

Properties

CellStyleInfo

Gets or sets the cell style info.

Declaration

cs-api-definition
ISpreadStreamExportCellStyleInfo CellStyleInfo { get; set; }

Property Value

ISpreadStreamExportCellStyleInfo

The cell style info.

ColumnIndex

Gets or sets the index of the grid column.

Declaration

cs-api-definition
int ColumnIndex { get; set; }

Property Value

int

The index of the column.

ColumnType

Gets or sets the type of the grid column.

Declaration

cs-api-definition
Type ColumnType { get; set; }

Property Value

Type

The type of the column.

RowIndex

Gets or sets the index of the grid row.

Declaration

cs-api-definition
int RowIndex { get; set; }

Property Value

int

The index of the row.

RowType

Gets or sets the type of the grid row.

Declaration

cs-api-definition
Type RowType { get; set; }

Property Value

Type

The type of the row.