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


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