Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Ref8U Class / Type Property


In This Topic
    Type Property (Ref8U)
    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 Ref8U
    Dim value As BiffRec
     
    value = instance.Type
    public BiffRec Type {get;}
    See Also