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 |