Class PivotGridSpreadExportCellFormattingEventArgs
Inheritance
System.Object
System.EventArgs
PivotGridSpreadExportCellFormattingEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.Export
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public class PivotGridSpreadExportCellFormattingEventArgs : EventArgs
Constructors
PivotGridSpreadExportCellFormattingEventArgs(Int32, Int32, PivotGridSpreadExportCellElement, Int32, Int32, String)
Declaration
public PivotGridSpreadExportCellFormattingEventArgs(int columnIndex, int rowIndex, PivotGridSpreadExportCellElement exportCell, int columnsCount, int rowsCount, string dataType)
Parameters
System.Int32
columnIndex
|
System.Int32
rowIndex
|
PivotGridSpreadExportCellElement
exportCell
|
System.Int32
columnsCount
|
System.Int32
rowsCount
|
System.String
dataType
|
Properties
Cell
Declaration
public PivotGridSpreadExportCellElement Cell { get; set; }
Property Value
PivotGridSpreadExportCellElement
|
ColumnIndex
Declaration
public int ColumnIndex { get; }
Property Value
System.Int32
|
ColumnsCount
Declaration
public int ColumnsCount { get; }
Property Value
System.Int32
|
DataType
Get or Set data type.
Declaration
public string DataType { get; set; }
Property Value
System.String
|
RowIndex
Declaration
public int RowIndex { get; }
Property Value
System.Int32
|
RowsCount
Declaration
public int RowsCount { get; }
Property Value
System.Int32
|