InterfaceIGridViewSpreadStreamExportCellInfo
Interface
Definition
Namespace:Telerik.WinControls.Export
Assembly:Telerik.WinControls.dll
Syntax:
cs-api-definition
public interface IGridViewSpreadStreamExportCellInfo : IGridViewSpreadExportCellInfo
Derived Classes:
Inherited Members
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
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
The type of the column.
RowIndex
Gets or sets the index of the grid row.