Class
ExcelPivotCellExportingEventArgs

Definition

Namespace:Telerik.WinControls.UI.Export

Assembly:Telerik.WinControls.PivotGrid.dll

Syntax:

cs-api-definition
public class ExcelPivotCellExportingEventArgs : EventArgs

Inheritance: objectEventArgsExcelPivotCellExportingEventArgs

Inherited Members EventArgs.Empty

Constructors

ExcelPivotCellExportingEventArgs(int, int, RadPrintElement, int, int, string)

Declaration

cs-api-definition
public ExcelPivotCellExportingEventArgs(int columnIndex, int rowIndex, RadPrintElement nativeCell, int columnsCount, int rowsCount, string dataType)

Parameters

columnIndex

int

rowIndex

int

nativeCell

RadPrintElement

columnsCount

int

rowsCount

int

dataType

string

Properties

Cell

Declaration

cs-api-definition
public RadPrintElement Cell { get; set; }

Property Value

RadPrintElement

ColumnIndex

Declaration

cs-api-definition
public int ColumnIndex { get; }

Property Value

int

ColumnsCount

Declaration

cs-api-definition
public int ColumnsCount { get; }

Property Value

int

DataType

Get or Set data type.

Declaration

cs-api-definition
public string DataType { get; set; }

Property Value

string

RowIndex

Declaration

cs-api-definition
public int RowIndex { get; }

Property Value

int

RowsCount

Declaration

cs-api-definition
public int RowsCount { get; }

Property Value

int