Class PageItemRecord
This record contains information about the PivotTable page item.
Inheritance
System.Object
Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw
PageItemRecord
Inherited Members
Namespace: Syncfusion.XlsIO.Parser.Biff_Records.PivotTable
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
[Biff]
public class PageItemRecord : BiffRecordRawWithArray, ICloneable, IBiffStorage, IDisposable
Constructors
PageItemRecord()
Default constructor.
Declaration
public PageItemRecord()
PageItemRecord(Int32)
Reserved for record's internal data array.
Declaration
public PageItemRecord(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. |
PageItemRecord(Stream, out Int32)
Read / initialize constructor.
Declaration
public PageItemRecord(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
Items
Returns field items. Read-only.
Declaration
public List<PageItemRecord.FieldInfo> Items { get; }
Property Value
Type |
---|
System.Collections.Generic.List<PageItemRecord.FieldInfo> |
Methods
Clone()
Creates copy of the current object.
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
System.Object | Copy of the current object. |
Overrides
Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.Clone()
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