WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotColumnDescriptor

    Show / Hide Table of Contents

    Class PivotColumnDescriptor

    Represents the descriptor for pivot column.

    Inheritance
    System.Object
    PivotColumnDescriptor
    Implements
    ICloneable<PivotColumnDescriptor>
    Inherited Members
    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: 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.

    Implements

    ICloneable<T>
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved