Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IBiff8Structure Interface / Type Property


In This Topic
Type Property (IBiff8Structure)
In This Topic
The record type is a two-byte unsigned integer that specifies what type of information is specified by the record and how the structure of the record data specific to this record is ordered and structured.
Syntax
'Declaration
 
ReadOnly Property Type As BiffRec
 
'Usage
 
Dim instance As IBiff8Structure
Dim value As BiffRec
 
value = instance.Type
See Also