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
Public ReadOnly Property Type As BiffRec
'Usage
Dim instance As CodeName
Dim value As BiffRec
value = instance.Type
public BiffRec Type {get;}
See Also