menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LineItemArrayRecord - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LineItemArrayRecord

    This record stores an array of variable-length SXLI structures, which describe the row and column items in a PivotTable. There are two LineItemArrayRecords for each PivotTable: the first stores row items, and the second stores column items.

    Inheritance
    System.Object
    Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw
    BiffRecordWithStreamPos
    BiffRecordRawWithDataProvider
    BiffRecordWithContinue
    LineItemArrayRecord
    Implements
    System.ICloneable
    IBiffStorage
    System.IDisposable
    Inherited Members
    BiffRecordRawWithDataProvider.Dispose()
    BiffRecordRawWithDataProvider.Finalize()
    BiffRecordRawWithDataProvider.GetString(Int32, Int32)
    BiffRecordRawWithDataProvider.GetString(Int32, Int32, Int32)
    BiffRecordRawWithDataProvider.GetString(Int32, Int32, Int32, Boolean)
    BiffRecordRawWithDataProvider.GetUnkTypeString(Int32, IList<Int32>, Int32, Int32, Int32, Byte[], Byte[])
    BiffRecordRawWithDataProvider.m_provider
    BiffRecordRawWithDataProvider.ParseStructure(DataProvider, Int32, Int32, ExcelVersion)
    BiffRecordRawWithDataProvider.SetByte(Int32, Byte)
    BiffRecordRawWithDataProvider.SetBytes(Int32, Byte[])
    BiffRecordRawWithDataProvider.SetBytes(Int32, Byte[], Int32, Int32)
    BiffRecordRawWithDataProvider.SetStringNoLen(Int32, String)
    BiffRecordRawWithDataProvider.SetStringNoLen(Int32, String, Boolean)
    BiffRecordRawWithDataProvider.SetUInt16(Int32, UInt16)
    BiffRecordWithContinue.FillRecord(BinaryReader, DataProvider, IDecryptor, Byte[])
    BiffRecordWithContinue.FillStream(BinaryWriter, DataProvider, IEncryptor, Int32)
    BiffRecordWithContinue.FirstContinueType
    BiffRecordWithContinue.m_iFirstLength
    BiffRecordWithStreamPos.m_lStreamPosition
    BiffRecordWithStreamPos.StreamPos
    Namespace: Syncfusion.XlsIO.Parser.Biff_Records.PivotTable
    Assembly: Syncfusion.XlsIO.UWP.dll
    Syntax
    [Biff]
    public class LineItemArrayRecord : BiffRecordWithContinue, ICloneable, IBiffStorage, IDisposable

    Constructors

    LineItemArrayRecord()

    Default constructor.

    Declaration
    public LineItemArrayRecord()

    Properties

    AddHeaderToProvider

    Indicates whether we should add header of continue records to the internal data provider. Read-only.

    Declaration
    protected override bool AddHeaderToProvider { get; }
    Property Value
    Type
    System.Boolean
    Overrides
    BiffRecordWithContinue.AddHeaderToProvider

    Items

    Array of LineItem structures.

    Declaration
    public List<LineItem> Items { get; set; }
    Property Value
    Type
    System.Collections.Generic.List<LineItem>

    NeedDataArray

    Indicates whether record needs internal data array or if it can be cleaned.

    Declaration
    public override bool NeedDataArray { get; }
    Property Value
    Type
    System.Boolean
    Overrides
    Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.NeedDataArray

    Methods

    Clone()

    Creates new instance

    Declaration
    public override object Clone()
    Returns
    Type
    System.Object
    Overrides
    BiffRecordWithContinue.Clone()

    GetStoreSize(ExcelVersion)

    Declaration
    public override int GetStoreSize(ExcelVersion version)
    Parameters
    Type Name Description
    ExcelVersion version
    Returns
    Type
    System.Int32
    Overrides
    Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)

    ParseStructure()

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

    Declaration
    public override void ParseStructure()
    Overrides
    BiffRecordRawWithDataProvider.ParseStructure()

    ParseStructure(Int32)

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

    Declaration
    public void ParseStructure(int iFieldsCount)
    Parameters
    Type Name Description
    System.Int32 iFieldsCount

    Implements

    System.ICloneable
    IBiffStorage
    System.IDisposable

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved