Class ViewExtendedInfoRecord
This record follows the SXVIEW record and contains information about
additional features added to PivotTables in Excel.
Inheritance
System.Object
Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw
ViewExtendedInfoRecord
Implements
System.ICloneable
System.IDisposable
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
[Biff]
public class ViewExtendedInfoRecord : BiffRecordRawWithArray, ICloneable, IBiffStorage, IDisposable
Constructors
ViewExtendedInfoRecord()
Declaration
public ViewExtendedInfoRecord()
ViewExtendedInfoRecord(Int32)
Reserved for record's internal data array.
Declaration
public ViewExtendedInfoRecord(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.
|
ViewExtendedInfoRecord(Stream, out Int32)
Read / initialize constructor.
Declaration
public ViewExtendedInfoRecord(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.
|
Fields
DEF_WRAPPAGE_MAXVALUE
Maximum value for WrapPage property.
Declaration
public const int DEF_WRAPPAGE_MAXVALUE = 15
Field Value
Properties
ErrorString
Declaration
public string ErrorString { get; set; }
Property Value
ErrorStringLength
Number of characters for DisplayErrorString string. Read-only.
Declaration
public short ErrorStringLength { get; }
Property Value
FieldPerColumn
Number of page field per column.
Declaration
public ushort FieldPerColumn { get; set; }
Property Value
FieldPerRow
Number of page field per row.
Declaration
public ushort FieldPerRow { get; set; }
Property Value
Number of SXFORMAT records to follow.
Declaration
public ushort Format { get; set; }
Property Value
IsAcrossPageLay
Declaration
public bool IsAcrossPageLay { get; set; }
Property Value
IsDisplayErrorString
Declaration
public bool IsDisplayErrorString { get; set; }
Property Value
IsDisplayNullString
Declaration
public bool IsDisplayNullString { get; set; }
Property Value
IsEnableDrilldown
Declaration
public bool IsEnableDrilldown { get; set; }
Property Value
IsEnableFieldDialog
Declaration
public bool IsEnableFieldDialog { get; set; }
Property Value
IsEnableWizard
Declaration
public bool IsEnableWizard { get; set; }
Property Value
IsManualUpdate
Declaration
public bool IsManualUpdate { get; set; }
Property Value
IsMergeLabels
Declaration
public bool IsMergeLabels { get; set; }
Property Value
Declaration
public bool IsPreserveFormatting { get; set; }
Property Value
Declaration
public bool IsPreserveFormattingNow { get; set; }
Property Value
IsSubtotalHiddenPageItems
Declaration
public bool IsSubtotalHiddenPageItems { get; set; }
Property Value
NullString
Declaration
public string NullString { get; set; }
Property Value
NullStringLength
Number of characters for DisplayNullString string. Read-only.
Declaration
public short NullStringLength { get; }
Property Value
Options1
Declaration
public ushort Options1 { get; }
Property Value
Options2
Declaration
public ushort Options2 { get; set; }
Property Value
PageFieldStyle
Declaration
public string PageFieldStyle { get; set; }
Property Value
PageFieldStyleLength
Number of characters for page field style string. Read-only.
Declaration
public short PageFieldStyleLength { get; }
Property Value
SelectNumber
Number of RTSXSELECT records to follow.
Declaration
public ushort SelectNumber { get; set; }
Property Value
TableStyle
Declaration
public string TableStyle { get; set; }
Property Value
TableStyleLength
Number of characters for table style string. Read-only.
Declaration
public short TableStyleLength { get; }
Property Value
Tag
Declaration
public string Tag { get; set; }
Property Value
TagLength
Number of characters in Tag string. Read-only.
Declaration
public short TagLength { get; }
Property Value
VacateStyle
Declaration
public string VacateStyle { get; set; }
Property Value
VacateStyleLength
Number of characters for vacate style string. Read-only.
Declaration
public short VacateStyleLength { get; }
Property Value
WrapPage
Declaration
public ushort WrapPage { get; set; }
Property Value
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
Extension Methods