alexa

    Show / Hide Table of Contents

    Class PageItemRecord.FieldInfo

    This class contains information about field

    Inheritance
    System.Object
    PageItemRecord.FieldInfo
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.XlsIO.Parser.Biff_Records.PivotTable
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public class FieldInfo

    Constructors

    FieldInfo()

    Declaration
    public FieldInfo()

    Fields

    ObjectId

    Object ID for the page item drop-down arrows.

    Declaration
    [BiffRecordPos(4, 2)]
    public ushort ObjectId
    Field Value
    Type
    System.UInt16

    ViewFieldIndex

    Index to the ViewFieldsRecord for the page item.

    Declaration
    [BiffRecordPos(2, 2)]
    public ushort ViewFieldIndex
    Field Value
    Type
    System.UInt16

    ViewItemIndex

    Index to the ViewItemRecord for the page item.

    Declaration
    [BiffRecordPos(0, 2)]
    public ushort ViewItemIndex
    Field Value
    Type
    System.UInt16
    Back to top Generated by DocFX