ASP.NET Core

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

    Show / Hide Table of Contents

    Class PivotCalculatedItems

    Represents the collection of calculated pivot field items in pivot table.

    Inheritance
    System.Object
    PivotCalculatedItems
    Namespace: Syncfusion.XlsIO.Implementation.PivotTables
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public class PivotCalculatedItems : List<PivotCalculatedItemImpl>

    Constructors

    PivotCalculatedItems()

    Pivot calculated items

    Declaration
    public PivotCalculatedItems()

    Methods

    Add(PivotCalculatedItemImpl)

    Add the specified calculated item to pivot calculated items collection.

    Declaration
    public void Add(PivotCalculatedItemImpl item)
    Parameters
    Type Name Description
    PivotCalculatedItemImpl item

    item to add to the pivot field.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved