ClassCSVCellFormattingEventArgs
Class
Provides event arguments for the CSVCellFormatting event
Definition
Namespace:Telerik.WinControls.UI.Export.CSV
Assembly:TelerikData.dll
Syntax:
cs-api-definition
public class CSVCellFormattingEventArgs : EventArgs
Inheritance: objectEventArgsCSVCellFormattingEventArgs
Inherited Members
Constructors
CSVCellFormattingEventArgs(int, int, Type, GridViewCellInfo, CellElement, object)
Declaration
cs-api-definition
public CSVCellFormattingEventArgs(int gridRowIndex, int gridColumnIndex, Type gridRowInfoType, GridViewCellInfo gridViewCellInfo, CellElement csvCellElement, object innerCellValue)
Parameters
gridRowIndex
gridColumnIndex
gridRowInfoType
gridViewCellInfo
csvCellElement
innerCellValue
Properties
CSVCellElement
Get csv cell element object for further formatting
GridCellInfo
Get a reference to the source grid's cell.
Declaration
cs-api-definition
public GridViewCellInfo GridCellInfo { get; }
Property Value
GridColumnIndex
Get source grid's column index
GridRowIndex
Get source grid's row index
GridRowInfoType
Get source grid's row type
InnerCellValue
Get the inner cell value which reference the original grid's value