Class
ExcelCellFormattingEventArgs

Provides event arguments for the ExcelCellFormatting event

Definition

Namespace:Telerik.WinControls.UI.Export.ExcelML

Assembly:TelerikData.dll

Syntax:

cs-api-definition
public class ExcelCellFormattingEventArgs : EventArgs

Inheritance: objectEventArgsExcelCellFormattingEventArgs

Inherited Members EventArgs.Empty

Constructors

ExcelCellFormattingEventArgs(int, int, Type, GridViewCellInfo, CellElement, SingleStyleElement)

Declaration

cs-api-definition
public ExcelCellFormattingEventArgs(int gridRowIndex, int gridColumnIndex, Type gridRowInfoType, GridViewCellInfo gridViewCellInfo, CellElement excelCellElement, SingleStyleElement excelStyleElement)

Parameters

gridRowIndex

int

gridColumnIndex

int

gridRowInfoType

Type

gridViewCellInfo

GridViewCellInfo

excelCellElement

CellElement

excelStyleElement

SingleStyleElement

Properties

ExcelCellElement

Get excel cell element for further formatting

Declaration

cs-api-definition
public CellElement ExcelCellElement { get; }

Property Value

CellElement

ExcelStyleElement

Get excel style element for further formatting

Declaration

cs-api-definition
public SingleStyleElement ExcelStyleElement { get; }

Property Value

SingleStyleElement

GridCellInfo

Get a reference to the source grid's cell.

Declaration

cs-api-definition
public GridViewCellInfo GridCellInfo { get; }

Property Value

GridViewCellInfo

GridColumnIndex

Get source grid's column index

Declaration

cs-api-definition
public int GridColumnIndex { get; }

Property Value

int

GridRowIndex

Get source grid's row index

Declaration

cs-api-definition
public int GridRowIndex { get; }

Property Value

int

GridRowInfoType

Get source grid's row type

Declaration

cs-api-definition
public Type GridRowInfoType { get; }

Property Value

Type