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.
|
System.
|
System.
|
Grid
|
Cell
|
Single
|
Properties
ExcelCellElement
Get excel cell element for further formatting
Declaration
public CellElement ExcelCellElement { get; }
Property Value
ExcelStyleElement
Get excel style element for further formatting
Declaration
public SingleStyleElement ExcelStyleElement { get; }
Property Value
GridCellInfo
Get a reference to the source grid's cell.
Declaration
public GridViewCellInfo GridCellInfo { get; }
Property Value
GridColumnIndex
Get source grid's column index
Declaration
public int GridColumnIndex { get; }
Property Value
System.
|
GridRowIndex
Get source grid's row index
Declaration
public int GridRowIndex { get; }
Property Value
System.
|
GridRowInfoType
Get source grid's row type
Declaration
public Type GridRowInfoType { get; }
Property Value
System.
|