Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ViewExtendedInfoRecord

    Show / Hide Table of Contents

    Class ViewExtendedInfoRecord

    This record follows the SXVIEW record and contains information about additional features added to PivotTables in Excel.

    Inheritance
    System.Object
    Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw
    BiffRecordRawWithArray
    ViewExtendedInfoRecord
    Implements
    ICloneable
    IBiffStorage
    System.IDisposable
    Inherited Members
    BiffRecordRawWithArray.m_data
    BiffRecordRawWithArray.Finalize()
    BiffRecordRawWithArray.FillStream(BinaryWriter, DataProvider, IEncryptor, Int32)
    BiffRecordRawWithArray.FillStream(BinaryWriter, IEncryptor, Int32)
    BiffRecordRawWithArray.ParseStructure(DataProvider, Int32, Int32, ExcelVersion)
    BiffRecordRawWithArray.CheckOffsetAndLength(Int32, Int32)
    BiffRecordRawWithArray.GetBytes(Int32, Int32)
    BiffRecordRawWithArray.GetByte(Int32)
    BiffRecordRawWithArray.GetUInt16(Int32)
    BiffRecordRawWithArray.GetInt16(Int32)
    BiffRecordRawWithArray.GetInt32(Int32)
    BiffRecordRawWithArray.GetUInt32(Int32)
    BiffRecordRawWithArray.GetInt64(Int32)
    BiffRecordRawWithArray.GetUInt64(Int32)
    BiffRecordRawWithArray.GetFloat(Int32)
    BiffRecordRawWithArray.GetDouble(Int32)
    BiffRecordRawWithArray.GetBit(Int32, Int32)
    BiffRecordRawWithArray.GetString16BitUpdateOffset(Int32, Boolean)
    BiffRecordRawWithArray.GetString16BitUpdateOffset(Int32)
    BiffRecordRawWithArray.GetStringUpdateOffset(Int32, Int32)
    BiffRecordRawWithArray.GetStringByteLen(Int32)
    BiffRecordRawWithArray.GetStringByteLen(Int32, Int32)
    BiffRecordRawWithArray.GetString(Int32, Int32)
    BiffRecordRawWithArray.GetString(Int32, Int32, Int32)
    BiffRecordRawWithArray.GetString(Int32, Int32, Int32, Boolean)
    BiffRecordRawWithArray.GetUnkTypeString(Int32, IList<Int32>, Int32, Int32, Int32, Byte[], Byte[])
    BiffRecordRawWithArray.GetAddr(Int32)
    BiffRecordRawWithArray.GetAddrAsRectangle(Int32)
    BiffRecordRawWithArray.EnlargeDataStorageIfNeeded(Int32, Int32)
    BiffRecordRawWithArray.Reserve(Int32)
    BiffRecordRawWithArray.SetBytes(Int32, Byte[], Int32, Int32)
    BiffRecordRawWithArray.SetBytes(Int32, Byte[])
    BiffRecordRawWithArray.SetByte(Int32, Byte)
    BiffRecordRawWithArray.SetByte(Int32, Byte, Int32)
    BiffRecordRawWithArray.SetUInt16(Int32, UInt16)
    BiffRecordRawWithArray.SetInt16(Int32, Int16)
    BiffRecordRawWithArray.SetInt32(Int32, Int32)
    BiffRecordRawWithArray.SetUInt32(Int32, UInt32)
    BiffRecordRawWithArray.SetInt64(Int32, Int64)
    BiffRecordRawWithArray.SetUInt64(Int32, UInt64)
    BiffRecordRawWithArray.SetFloat(Int32, Single)
    BiffRecordRawWithArray.SetDouble(Int32, Double)
    BiffRecordRawWithArray.SetBit(Int32, Boolean, Int32)
    BiffRecordRawWithArray.SetStringNoLenUpdateOffset(Int32, String, Boolean)
    BiffRecordRawWithArray.SetStringNoLenDetectEncoding(Int32, String)
    BiffRecordRawWithArray.IsAsciiString(String)
    BiffRecordRawWithArray.SetStringNoLen(Int32, String)
    BiffRecordRawWithArray.SetStringNoLen(Int32, String, Boolean, Boolean)
    BiffRecordRawWithArray.SetStringByteLen(Int32, String)
    BiffRecordRawWithArray.SetString16BitLen(Int32, String)
    BiffRecordRawWithArray.SetString16BitLen(Int32, String, Boolean, Boolean)
    BiffRecordRawWithArray.SetString16BitUpdateOffset(Int32, String)
    BiffRecordRawWithArray.SetString16BitUpdateOffset(Int32, String, Boolean)
    BiffRecordRawWithArray.SetAddr(Int32, TAddr)
    BiffRecordRawWithArray.SetAddr(Int32, Rectangle)
    BiffRecordRawWithArray.GetSortedFields()
    BiffRecordRawWithArray.AutoExtractFields()
    BiffRecordRawWithArray.GetValueByAttributeType(BiffRecordPosAttribute)
    BiffRecordRawWithArray.AutoInfillFromFields()
    BiffRecordRawWithArray.SetValueByAttributeType(BiffRecordPosAttribute, Object)
    BiffRecordRawWithArray.ClearData()
    BiffRecordRawWithArray.IsEqual(BiffRecordRaw)
    BiffRecordRawWithArray.CopyTo(BiffRecordRaw)
    BiffRecordRawWithArray.GetStoreSize(ExcelVersion)
    BiffRecordRawWithArray.Dispose()
    BiffRecordRawWithArray.OnDispose()
    BiffRecordRawWithArray.Data
    BiffRecordRawWithArray.AutoGrowData
    Namespace: Syncfusion.XlsIO.Parser.Biff_Records.PivotTable
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    [Biff]
    public class ViewExtendedInfoRecord : BiffRecordRawWithArray, ICloneable, IBiffStorage, IDisposable

    Constructors

    ViewExtendedInfoRecord()

    Default constructor.

    Declaration
    public ViewExtendedInfoRecord()

    ViewExtendedInfoRecord(Int32)

    Reserved for record's internal data array.

    Declaration
    public ViewExtendedInfoRecord(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.

    ViewExtendedInfoRecord(Stream, out Int32)

    Read / initialize constructor.

    Declaration
    public ViewExtendedInfoRecord(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.

    Fields

    DEF_WRAPPAGE_MAXVALUE

    Maximum value for WrapPage property.

    Declaration
    public const int DEF_WRAPPAGE_MAXVALUE = 15
    Field Value
    Type Description
    System.Int32

    Properties

    ErrorString

    ErrorString.

    Declaration
    public string ErrorString { get; set; }
    Property Value
    Type Description
    System.String

    ErrorStringLength

    Number of characters for DisplayErrorString string. Read-only.

    Declaration
    public short ErrorStringLength { get; }
    Property Value
    Type Description
    System.Int16

    FieldPerColumn

    Number of page field per column.

    Declaration
    public ushort FieldPerColumn { get; set; }
    Property Value
    Type Description
    System.UInt16

    FieldPerRow

    Number of page field per row.

    Declaration
    public ushort FieldPerRow { get; set; }
    Property Value
    Type Description
    System.UInt16

    Format

    Number of SXFORMAT records to follow.

    Declaration
    public ushort Format { get; set; }
    Property Value
    Type Description
    System.UInt16

    IsAcrossPageLay

    Declaration
    public bool IsAcrossPageLay { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsDisplayErrorString

    Declaration
    public bool IsDisplayErrorString { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsDisplayNullString

    Declaration
    public bool IsDisplayNullString { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsEnableDrilldown

    Declaration
    public bool IsEnableDrilldown { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsEnableFieldDialog

    Declaration
    public bool IsEnableFieldDialog { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsEnableWizard

    Declaration
    public bool IsEnableWizard { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsManualUpdate

    Declaration
    public bool IsManualUpdate { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsMergeLabels

    Declaration
    public bool IsMergeLabels { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsPreserveFormatting

    Declaration
    public bool IsPreserveFormatting { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsPreserveFormattingNow

    Declaration
    public bool IsPreserveFormattingNow { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsSubtotalHiddenPageItems

    Declaration
    public bool IsSubtotalHiddenPageItems { get; set; }
    Property Value
    Type Description
    System.Boolean

    NullString

    NullString.

    Declaration
    public string NullString { get; set; }
    Property Value
    Type Description
    System.String

    NullStringLength

    Number of characters for DisplayNullString string. Read-only.

    Declaration
    public short NullStringLength { get; }
    Property Value
    Type Description
    System.Int16

    Options1

    Option flags. Read-only.

    Declaration
    public ushort Options1 { get; set; }
    Property Value
    Type Description
    System.UInt16

    Options2

    Option flags.

    Declaration
    public ushort Options2 { get; set; }
    Property Value
    Type Description
    System.UInt16

    PageFieldStyle

    Page field style.

    Declaration
    public string PageFieldStyle { get; set; }
    Property Value
    Type Description
    System.String

    PageFieldStyleLength

    Number of characters for page field style string. Read-only.

    Declaration
    public short PageFieldStyleLength { get; }
    Property Value
    Type Description
    System.Int16

    SelectNumber

    Number of RTSXSELECT records to follow.

    Declaration
    public ushort SelectNumber { get; set; }
    Property Value
    Type Description
    System.UInt16

    TableStyle

    Table style.

    Declaration
    public string TableStyle { get; set; }
    Property Value
    Type Description
    System.String

    TableStyleLength

    Number of characters for table style string. Read-only.

    Declaration
    public short TableStyleLength { get; }
    Property Value
    Type Description
    System.Int16

    Tag

    Tag.

    Declaration
    public string Tag { get; set; }
    Property Value
    Type Description
    System.String

    TagLength

    Number of characters in Tag string. Read-only.

    Declaration
    public short TagLength { get; }
    Property Value
    Type Description
    System.Int16

    VacateStyle

    Vacate style.

    Declaration
    public string VacateStyle { get; set; }
    Property Value
    Type Description
    System.String

    VacateStyleLength

    Number of characters for vacate style string. Read-only.

    Declaration
    public short VacateStyleLength { get; }
    Property Value
    Type Description
    System.Int16

    WrapPage

    Declaration
    public ushort WrapPage { get; set; }
    Property Value
    Type Description
    System.UInt16

    Methods

    ParseStructure()

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

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

    Implements

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