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


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