Class PivotGridPdfExportCellFormattingEventArgs
Inheritance
System.Object
System.EventArgs
PivotGridPdfExportCellFormattingEventArgs
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 PivotGridPdfExportCellFormattingEventArgs : EventArgs
Constructors
PivotGridPdfExportCellFormattingEventArgs(Int32, Int32, PivotGridPdfExportCellElement, Int32, Int32)
Declaration
public PivotGridPdfExportCellFormattingEventArgs(int columnIndex, int rowIndex, PivotGridPdfExportCellElement exportCell, int columnsCount, int rowsCount)
Parameters
System.Int32
columnIndex
|
System.Int32
rowIndex
|
PivotGridPdfExportCellElement
exportCell
|
System.Int32
columnsCount
|
System.Int32
rowsCount
|
Properties
Cell
Declaration
public PivotGridPdfExportCellElement Cell { get; set; }
Property Value
PivotGridPdfExportCellElement
|
ColumnIndex
Declaration
public int ColumnIndex { get; }
Property Value
System.Int32
|
ColumnsCount
Declaration
public int ColumnsCount { get; }
Property Value
System.Int32
|
RowIndex
Declaration
public int RowIndex { get; }
Property Value
System.Int32
|
RowsCount
Declaration
public int RowsCount { get; }
Property Value
System.Int32
|