New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.Export

Assembly:Telerik.WinControls.dll

Syntax:

C#
public interface IGridViewSpreadStreamExportCellInfo : IGridViewSpreadExportCellInfo

Derived Classes: GridViewSpreadStreamExportCellInfo

Inherited Members IGridViewSpreadExportCellInfo.ValueIGridViewSpreadExportCellInfo.ExportFormatIGridViewSpreadExportCellInfo.ExportFormatType

Properties

Gets or sets the cell style info.

C#
ISpreadStreamExportCellStyleInfo CellStyleInfo { get; set; }
Property Value:

The cell style info.

Gets or sets the index of the grid column.

C#
int ColumnIndex { get; set; }
Property Value:

The index of the column.

Gets or sets the type of the grid column.

C#
Type ColumnType { get; set; }
Property Value:

The type of the column.

Gets or sets the index of the grid row.

C#
int RowIndex { get; set; }
Property Value:

The index of the row.

Gets or sets the type of the grid row.

C#
Type RowType { get; set; }
Property Value:

The type of the row.