Class PivotExportModel
Represents an export model of the RadPivotGrid.
Inheritance
System.Object
PivotExportModel
Namespace: Telerik.Windows.Controls.Pivot.Export
Assembly: Telerik.Windows.Controls.Pivot.dll
Syntax
public class PivotExportModel : Object
Constructors
PivotExportModel()
Declaration
public PivotExportModel()
Properties
Cells
Gets the cell information of the export model.
Declaration
public IEnumerable<PivotExportCellInfo> Cells { get; }
Property Value
System.Collections.Generic.IEnumerable<PivotExportCellInfo>
|
ColumnCount
Gets the column count of the export model.
Declaration
public int ColumnCount { get; }
Property Value
System.Int32
|
RowCount
Gets the row count of the export model.
Declaration
public int RowCount { get; }
Property Value
System.Int32
|