Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / FrtWrapper Class / Type Property


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