Class
GridViewSpreadStreamExportCellInfo

Represents a cell info of the GridViewSpreadStreamExport.

Definition

Namespace:Telerik.WinControls.Export

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class GridViewSpreadStreamExportCellInfo : IGridViewSpreadStreamExportCellInfo, IGridViewSpreadExportCellInfo

Inheritance: objectGridViewSpreadStreamExportCellInfo

Implements: IGridViewSpreadExportCellInfoIGridViewSpreadStreamExportCellInfo

Constructors

GridViewSpreadStreamExportCellInfo(Type, int, Type, int, object, string, DisplayFormatType, ISpreadStreamExportCellStyleInfo)

Initializes a new instance of the GridViewSpreadStreamExportCellInfo class.

Declaration

cs-api-definition
public GridViewSpreadStreamExportCellInfo(Type rowType, int rowIndex, Type ColumnType, int columnIndex, object value, string exportFormat, DisplayFormatType exportFormatType, ISpreadStreamExportCellStyleInfo cellStyleInfo)

Parameters

rowType

Type

Type of the row.

rowIndex

int

Index of the row.

ColumnType

Type

Type of the column.

columnIndex

int

Index of the column.

value

object

The value.

exportFormat

string

The export format.

exportFormatType

DisplayFormatType

Type of the export format.

cellStyleInfo

ISpreadStreamExportCellStyleInfo

The cell style info.

Properties

CellStyleInfo

Gets or sets the cell style info.

Declaration

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

Property Value

ISpreadStreamExportCellStyleInfo

The cell style info.

Implements IGridViewSpreadStreamExportCellInfo.CellStyleInfo

ColumnIndex

Gets or sets the index of the grid column.

Declaration

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

Property Value

int

The index of the column.

Implements IGridViewSpreadStreamExportCellInfo.ColumnIndex

ColumnType

Gets or sets the type of the grid column.

Declaration

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

Property Value

Type

The type of the column.

Implements IGridViewSpreadStreamExportCellInfo.ColumnType

ExportFormat

Gets or sets the export format.

Declaration

cs-api-definition
public string ExportFormat { get; set; }

Property Value

string

The export format.

Implements IGridViewSpreadExportCellInfo.ExportFormat

ExportFormatType

Gets or sets the type of the export format.

Declaration

cs-api-definition
public DisplayFormatType ExportFormatType { get; set; }

Property Value

DisplayFormatType

The type of the export format.

Implements IGridViewSpreadExportCellInfo.ExportFormatType

RowIndex

Gets or sets the index of the grid row.

Declaration

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

Property Value

int

The index of the row.

Implements IGridViewSpreadStreamExportCellInfo.RowIndex

RowType

Gets or sets the type of the grid row.

Declaration

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

Property Value

Type

The type of the row.

Implements IGridViewSpreadStreamExportCellInfo.RowType

Value

Gets or sets the value.

Declaration

cs-api-definition
public object Value { get; set; }

Property Value

object

The value.

Implements IGridViewSpreadExportCellInfo.Value