Class PageItemRecord.FieldInfo
This class contains information about field
Inheritance
System.Object
    PageItemRecord.FieldInfo
  Namespace: Syncfusion.XlsIO.Parser.Biff_Records.PivotTable
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public class FieldInfo : ObjectConstructors
FieldInfo()
Declaration
public FieldInfo()Fields
ObjectId
Object ID for the page item drop-down arrows.
Declaration
[BiffRecordPos(4, 2)]
public ushort ObjectIdField Value
| Type | 
|---|
| System.UInt16 | 
ViewFieldIndex
Index to the ViewFieldsRecord for the page item.
Declaration
[BiffRecordPos(2, 2)]
public ushort ViewFieldIndexField Value
| Type | 
|---|
| System.UInt16 | 
ViewItemIndex
Index to the ViewItemRecord for the page item.
Declaration
[BiffRecordPos(0, 2)]
public ushort ViewItemIndexField Value
| Type | 
|---|
| System.UInt16 |