ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotCalculatedItemImpl - ASP.NETCore API Reference | Syncfusion

    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
    Namespace: Syncfusion.XlsIO.Implementation.PivotTables
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public class PivotCalculatedItemImpl : Object, 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 - 2021 Syncfusion Inc. All Rights Reserved