menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotCacheFieldsCollection - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PivotCacheFieldsCollection

    Summary description for PivotCacheFieldsCollection.

    Inheritance
    System.Object
    CollectionBase<PivotCacheFieldImpl>
    PivotCacheFieldsCollection
    Implements
    System.Collections.Generic.IList<PivotCacheFieldImpl>
    System.Collections.Generic.ICollection<PivotCacheFieldImpl>
    System.Collections.Generic.IEnumerable<PivotCacheFieldImpl>
    System.Collections.IEnumerable
    Inherited Members
    CollectionBase<PivotCacheFieldImpl>.Capacity
    CollectionBase<PivotCacheFieldImpl>.Clear()
    CollectionBase<PivotCacheFieldImpl>.Contains(PivotCacheFieldImpl)
    CollectionBase<PivotCacheFieldImpl>.CopyTo(PivotCacheFieldImpl[], Int32)
    CollectionBase<PivotCacheFieldImpl>.Count
    CollectionBase<PivotCacheFieldImpl>.GetEnumerator()
    CollectionBase<PivotCacheFieldImpl>.IndexOf(PivotCacheFieldImpl)
    CollectionBase<PivotCacheFieldImpl>.InnerList
    CollectionBase<PivotCacheFieldImpl>.Insert(Int32, PivotCacheFieldImpl)
    CollectionBase<PivotCacheFieldImpl>.IsReadOnly
    CollectionBase<PivotCacheFieldImpl>.Item[Int32]
    CollectionBase<PivotCacheFieldImpl>.List
    CollectionBase<PivotCacheFieldImpl>.OnClear()
    CollectionBase<PivotCacheFieldImpl>.OnClearComplete()
    CollectionBase<PivotCacheFieldImpl>.OnInsert(Int32, PivotCacheFieldImpl)
    CollectionBase<PivotCacheFieldImpl>.OnInsertComplete(Int32, PivotCacheFieldImpl)
    CollectionBase<PivotCacheFieldImpl>.OnRemove(Int32, PivotCacheFieldImpl)
    CollectionBase<PivotCacheFieldImpl>.OnRemoveComplete(Int32, PivotCacheFieldImpl)
    CollectionBase<PivotCacheFieldImpl>.OnSet(Int32, PivotCacheFieldImpl, PivotCacheFieldImpl)
    CollectionBase<PivotCacheFieldImpl>.OnSetComplete(Int32, PivotCacheFieldImpl, PivotCacheFieldImpl)
    CollectionBase<PivotCacheFieldImpl>.Remove(PivotCacheFieldImpl)
    CollectionBase<PivotCacheFieldImpl>.RemoveAt(Int32)
    Namespace: Syncfusion.XlsIO.Implementation.Collections
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public class PivotCacheFieldsCollection : CollectionBase<PivotCacheFieldImpl>, IList<PivotCacheFieldImpl>, ICollection<PivotCacheFieldImpl>, IEnumerable<PivotCacheFieldImpl>, IEnumerable

    Constructors

    PivotCacheFieldsCollection()

    Initializes new instance of the pivot cache fields collection.

    Declaration
    public PivotCacheFieldsCollection()

    Properties

    Item[String]

    Gets the pivot cache field

    Declaration
    public PivotCacheFieldImpl this[string name] { get; }
    Parameters
    Type Name Description
    System.String name
    Property Value
    Type
    PivotCacheFieldImpl

    Methods

    Add(PivotCacheFieldImpl)

    Adds new field to the collection.

    Declaration
    public int Add(PivotCacheFieldImpl field)
    Parameters
    Type Name Description
    PivotCacheFieldImpl field

    Field to add.

    Returns
    Type Description
    System.Int32

    Index of the newly added field.

    AddNewField(String)

    Declaration
    public PivotCacheFieldImpl AddNewField(string strName)
    Parameters
    Type Name Description
    System.String strName
    Returns
    Type
    PivotCacheFieldImpl

    AddNewField(String, String)

    Declaration
    public PivotCacheFieldImpl AddNewField(string strName, string formula)
    Parameters
    Type Name Description
    System.String strName
    System.String formula
    Returns
    Type
    PivotCacheFieldImpl

    GetOrdinaryFieldCount()

    Gets the pivot cache fields count

    Declaration
    public int GetOrdinaryFieldCount()
    Returns
    Type
    System.Int32

    Parse(BiffReader, Int32)

    Reads collection records from the BiffReader.

    Declaration
    public void Parse(BiffReader reader, int iFieldsNumber)
    Parameters
    Type Name Description
    BiffReader reader

    BiffReader to get records from.

    System.Int32 iFieldsNumber

    Number of fields to read.

    Serialize(OffsetArrayList)

    Saves collection as Biff records.

    Declaration
    public void Serialize(OffsetArrayList records)
    Parameters
    Type Name Description
    OffsetArrayList records

    OffsetArrayList that should get all collection's records.

    Implements

    System.Collections.Generic.IList<>
    System.Collections.Generic.ICollection<>
    System.Collections.Generic.IEnumerable<>
    System.Collections.IEnumerable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved