Class ExcelCellFormattingEventArgs
Provides event arguments for the ExcelCellFormatting event
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.Export.ExcelML
Assembly: TelerikData.dll
Syntax
public class ExcelCellFormattingEventArgs : EventArgs
Constructors
ExcelCellFormattingEventArgs(Int32, Int32, Type, GridViewCellInfo, CellElement, SingleStyleElement)
Declaration
public ExcelCellFormattingEventArgs(int gridRowIndex, int gridColumnIndex, Type gridRowInfoType, GridViewCellInfo gridViewCellInfo, CellElement excelCellElement, SingleStyleElement excelStyleElement)
Parameters
System.Int32
gridRowIndex
|
System.Int32
gridColumnIndex
|
System.Type
gridRowInfoType
|
GridViewCellInfo
gridViewCellInfo
|
CellElement
excelCellElement
|
SingleStyleElement
excelStyleElement
|
Properties
ExcelCellElement
Get excel cell element for further formatting
Declaration
public CellElement ExcelCellElement { get; }
Property Value
CellElement
|
ExcelStyleElement
Get excel style element for further formatting
Declaration
public SingleStyleElement ExcelStyleElement { get; }
Property Value
SingleStyleElement
|
GridCellInfo
Get a reference to the source grid's cell.
Declaration
public GridViewCellInfo GridCellInfo { get; }
Property Value
GridViewCellInfo
|
GridColumnIndex
Get source grid's column index
Declaration
public int GridColumnIndex { get; }
Property Value
System.Int32
|
GridRowIndex
Get source grid's row index
Declaration
public int GridRowIndex { get; }
Property Value
System.Int32
|
GridRowInfoType
Get source grid's row type
Declaration
public Type GridRowInfoType { get; }
Property Value
System.Type
|