Class SpreadStreamCellFormattingEventArgs
Provides event arguments for the SpreadCellFormatting event
Inheritance
Inherited Members
Namespace: Telerik.WinControls.Export
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class SpreadStreamCellFormattingEventArgs : EventArgs
Constructors
SpreadStreamCellFormattingEventArgs(Int32, Int32, IGridViewSpreadStreamExportCellInfo, Object)
Initializes a new instance of the Spread
Declaration
public SpreadStreamCellFormattingEventArgs(int excelRowIndex, int excelColumnIndex, IGridViewSpreadStreamExportCellInfo exportCell, object cell)
Parameters
System. Index of the excel row. |
System. Index of the excel column. |
IGrid The export cell. |
System. The cell in the worksheet. |
Properties
Cell
Gets the
ICellExporter
element.
Declaration
public object Cell { get; }
Property Value
System.
|
CellStyleInfo
Gets the style element for further formatting.
Declaration
public ISpreadStreamExportCellStyleInfo CellStyleInfo { get; }
Property Value
ExcelColumnIndex
Gets the index of the excel column.
Declaration
public int ExcelColumnIndex { get; }
Property Value
System.
|
ExcelRowIndex
Gets the index of the excel row.
Declaration
public int ExcelRowIndex { get; }
Property Value
System.
|
ExportCell
Gets the export cell element.
Declaration
public IGridViewSpreadStreamExportCellInfo ExportCell { get; }
Property Value
GridRowInfoType
Gets the row type of source grid.
Declaration
public Type GridRowInfoType { get; }
Property Value
System.
|