IGridViewSpreadStreamExportCellInfo
Interface
Definition
Namespace:Telerik.WinControls.Export
Assembly:Telerik.WinControls.dll
Syntax:
C#
public interface IGridViewSpreadStreamExportCellInfo : IGridViewSpreadExportCellInfo
Derived Classes:
Inherited Members
Properties
Gets or sets the cell style info.
C#
ISpreadStreamExportCellStyleInfo CellStyleInfo { get; set; }
The cell style info.
Gets or sets the index of the grid column.
C#
int ColumnIndex { get; set; }
The index of the column.
Gets or sets the type of the grid column.
C#
Type ColumnType { get; set; }
The type of the column.
Gets or sets the index of the grid row.
C#
int RowIndex { get; set; }
The index of the row.