Class DConNameRecord
The DConName record contains the complete description of a named range of cells for the Consolidate command (Data menu).
Inheritance
System.Object
Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw
DConNameRecord
Inherited Members
Namespace: Syncfusion.XlsIO.Parser.Biff_Records
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
[Biff]
public class DConNameRecord : DConBinRecord, ICloneable, IBiffStorage, IDisposable
Constructors
DConNameRecord()
Default constructor fills all data with default values.
Declaration
public DConNameRecord()
DConNameRecord(Int32)
Reserved for record's internal data array.
Declaration
public DConNameRecord(int iReserve)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | iReserve | Amount of bytes for data array. |
Exceptions
Type | Condition |
---|---|
System.ArgumentOutOfRangeException | If amount of bytes requested is less than zero. |
DConNameRecord(Stream, out Int32)
Read / initialize constructor
Declaration
public DConNameRecord(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 | If stream is not specified. |
System.ApplicationException | If stream does not support read or seek operations. |
Implements
System.ICloneable
System.IDisposable