Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotIndexListRecord - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PivotIndexListRecord

    Summary description for PivotIndexListRecord.

    Inheritance
    System.Object
    Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw
    Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray
    PivotIndexListRecord
    Implements
    ICloneable
    IBiffStorage
    System.IDisposable
    Namespace: Syncfusion.XlsIO.Parser.Biff_Records.PivotTable
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    [Biff]
    public class PivotIndexListRecord : BiffRecordRawWithArray, ICloneable, IBiffStorage, IDisposable

    Constructors

    PivotIndexListRecord()

    Default constructor.

    Declaration
    public PivotIndexListRecord()

    PivotIndexListRecord(Int32)

    Reserved for record's internal data array.

    Declaration
    public PivotIndexListRecord(int iReserve)
    Parameters
    Type Name Description
    System.Int32 iReserve

    Amount of bytes for the data array.

    Exceptions
    Type Condition
    System.ArgumentOutOfRangeException

    If amount of bytes requested is less than zero.

    PivotIndexListRecord(Stream, out Int32)

    Read / initialize constructor.

    Declaration
    public PivotIndexListRecord(Stream stream, out int itemSize)
    Parameters
    Type Name Description
    System.IO.Stream stream

    Stream from which record data should be read.

    System.Int32 itemSize

    Size of read item.

    Exceptions
    Type Condition
    System.ArgumentNullException

    When stream is not specified.

    Properties

    Indexes

    Index list.

    Declaration
    public byte[] Indexes { get; set; }
    Property Value
    Type Description
    System.Byte[]

    Methods

    ParseStructure()

    Parse structure of record. Convert Data buffer to special values according to record specification.

    Declaration
    public override void ParseStructure()
    Overrides
    Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.ParseStructure()

    Implements

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