Class PivotViewFieldsRecord
This record contains PivotTable view fields and other information.
Inheritance
System.Object
Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw
PivotViewFieldsRecord
Inherited Members
Namespace: Syncfusion.XlsIO.Parser.Biff_Records.PivotTable
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
[Biff]
public class PivotViewFieldsRecord : BiffRecordRawWithArray, ICloneable, IBiffStorage, IDisposable
Constructors
PivotViewFieldsRecord()
Default constructor.
Declaration
public PivotViewFieldsRecord()
PivotViewFieldsRecord(Int32)
Reserved for record's internal data array.
Declaration
public PivotViewFieldsRecord(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. |
PivotViewFieldsRecord(Stream, out Int32)
Read / initialize constructor.
Declaration
public PivotViewFieldsRecord(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. |
System.ApplicationException | When stream does not support read or seek operations. |
Properties
Axis
Axis.
Declaration
public PivotAxisTypes Axis { get; set; }
Property Value
Type |
---|
PivotAxisTypes |
Name
Name.
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |
NameLength
Length of the name; if it is equals to 0xFFFF then name is null and the name in the cache is used.
Declaration
public ushort NameLength { get; }
Property Value
Type |
---|
System.UInt16 |
NumberItems
Number of items.
Declaration
public ushort NumberItems { get; set; }
Property Value
Type |
---|
System.UInt16 |
SubtotalCount
Number of subtotals attached.
Declaration
public ushort SubtotalCount { get; set; }
Property Value
Type |
---|
System.UInt16 |
SubtotalType
Item subtotal type.
Declaration
public PivotSubtotalTypes SubtotalType { get; set; }
Property Value
Type |
---|
PivotSubtotalTypes |
Methods
ParseStructure()
Parse structure of record. Convert Data buffer to special values according to record specification.
Declaration
public override void ParseStructure()
Overrides
Implements
System.ICloneable
System.IDisposable