Interface IGridViewSpreadStreamExportCellInfo
Inherited Members
Namespace: Telerik.WinControls.Export
Assembly: Telerik.WinControls.dll
Syntax
public interface IGridViewSpreadStreamExportCellInfo : IGridViewSpreadExportCellInfo
Properties
CellStyleInfo
Gets or sets the cell style info.
Declaration
ISpreadStreamExportCellStyleInfo CellStyleInfo { get; set; }
Property Value
ISpreadStreamExportCellStyleInfo
The cell style info. |
ColumnIndex
Gets or sets the index of the grid column.
Declaration
int ColumnIndex { get; set; }
Property Value
System.Int32
The index of the column. |
ColumnType
Gets or sets the type of the grid column.
Declaration
Type ColumnType { get; set; }
Property Value
System.Type
The type of the column. |
RowIndex
Gets or sets the index of the grid row.
Declaration
int RowIndex { get; set; }
Property Value
System.Int32
The index of the row. |
RowType
Gets or sets the type of the grid row.
Declaration
Type RowType { get; set; }
Property Value
System.Type
The type of the row. |