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 SpreadStreamCellFormattingEventArgs class.
Declaration
public SpreadStreamCellFormattingEventArgs(int excelRowIndex, int excelColumnIndex, IGridViewSpreadStreamExportCellInfo exportCell, object cell)
Parameters
System.Int32
excelRowIndex
Index of the excel row. |
System.Int32
excelColumnIndex
Index of the excel column. |
IGridViewSpreadStreamExportCellInfo
exportCell
The export cell. |
System.Object
cell
The cell in the worksheet. |
Properties
Cell
Gets the
ICellExporter
element.
Declaration
public object Cell { get; }
Property Value
System.Object
|
CellStyleInfo
Gets the style element for further formatting.
Declaration
public ISpreadStreamExportCellStyleInfo CellStyleInfo { get; }
Property Value
ISpreadStreamExportCellStyleInfo
|
ExcelColumnIndex
Gets the index of the excel column.
Declaration
public int ExcelColumnIndex { get; }
Property Value
System.Int32
|
ExcelRowIndex
Gets the index of the excel row.
Declaration
public int ExcelRowIndex { get; }
Property Value
System.Int32
|
ExportCell
Gets the export cell element.
Declaration
public IGridViewSpreadStreamExportCellInfo ExportCell { get; }
Property Value
IGridViewSpreadStreamExportCellInfo
|
GridRowInfoType
Gets the row type of source grid.
Declaration
public Type GridRowInfoType { get; }
Property Value
System.Type
|