Class PivotColumnDescriptor
Represents the descriptor for pivot column.
Inheritance
System.Object
PivotColumnDescriptor
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Olap.Engine
Assembly: Syncfusion.Olap.Base.dll
Syntax
public class PivotColumnDescriptor : ICloneable<PivotColumnDescriptor>
Constructors
PivotColumnDescriptor()
Initializes a new instance of the PivotColumnDescriptor class.
Declaration
public PivotColumnDescriptor()
PivotColumnDescriptor(Int32)
Initializes a new instance of the PivotColumnDescriptor class.
Declaration
public PivotColumnDescriptor(int cellCount)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | cellCount | The cell count. |
Properties
Cells
Gets the collection of pivot cell descriptors.
Declaration
public PivotCellCollection Cells { get; }
Property Value
Type | Description |
---|---|
PivotCellCollection | The collection of pivot cell descriptors. |
MappingName
Gets or sets the mapping name of the pivot column descriptor.
Declaration
public string MappingName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The mapping name of the pivot column descriptor. |
Methods
Clone()
Clones this instance.
Declaration
public PivotColumnDescriptor Clone()
Returns
Type | Description |
---|---|
PivotColumnDescriptor | A copy of this instance. |