menu

UWP

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

    Show / Hide Table of Contents

    Class PageItemRecord.FieldInfo

    This class contains information about field

    Inheritance
    System.Object
    PageItemRecord.FieldInfo
    Namespace: Syncfusion.XlsIO.Parser.Biff_Records.PivotTable
    Assembly: Syncfusion.XlsIO.UWP.dll
    Syntax
    public class FieldInfo : Object

    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

    Extension Methods

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