Class PageItemIndexesRecord
This record stores an array of page item indexes that represent the table references for a multiple-consolidation PivotTable.
Inheritance
System.Object
Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw
PageItemIndexesRecord
Inherited Members
Namespace: Syncfusion.XlsIO.Parser.Biff_Records.PivotTable
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
[Biff]
public class PageItemIndexesRecord : BiffRecordRawWithArray, ICloneable, IBiffStorage, IDisposable
Constructors
PageItemIndexesRecord()
Default constructor.
Declaration
public PageItemIndexesRecord()
PageItemIndexesRecord(Int32)
Reserved for record's internal data array.
Declaration
public PageItemIndexesRecord(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. |
PageItemIndexesRecord(Stream, out Int32)
Read / initialize constructor.
Declaration
public PageItemIndexesRecord(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. |
System.ApplicationException | When stream does not support read or seek operations. |
Properties
Indexes
Array of 2-byte indexes to page items.
Declaration
public ushort[] Indexes { get; set; }
Property Value
Type |
---|
System.UInt16[] |
Methods
ParseStructure()
Parse structure of record. Convert Data buffer to special values according to record specification.
Declaration
public override void ParseStructure()
Overrides
Implements
System.ICloneable
System.IDisposable