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


In This Topic
    Type Property (UndefinedBiff8Structure)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Type As BiffRec
    'Usage
     
    
    Dim instance As UndefinedBiff8Structure
    Dim value As BiffRec
     
    value = instance.Type
    public BiffRec Type {get;}
    See Also