menu

ASP.NET Core

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

    Show / Hide Table of Contents

    Class PivotCalculatedItemImpl

    Represents an item within a PivotTable field which uses a formula TODO: Need to create support for pivot item.

    Inheritance
    System.Object
    PivotCalculatedItemImpl
    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.XlsIO.Implementation.PivotTables
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public class PivotCalculatedItemImpl : IPivotCalculatedItem

    Constructors

    PivotCalculatedItemImpl(PivotCacheFieldImpl)

    Initializes the pivot calculated item

    Declaration
    public PivotCalculatedItemImpl(PivotCacheFieldImpl cacheField)
    Parameters
    Type Name Description
    PivotCacheFieldImpl cacheField

    Properties

    Formula

    Gets or sets the formula for the calculated item.

    Declaration
    public string Formula { get; set; }
    Property Value
    Type Description
    System.String

    PivotArea

    Gets the calculated field area. Read-only.

    Declaration
    public PivotArea PivotArea { get; }
    Property Value
    Type Description
    PivotArea
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved