Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / FtLbsData Class / fNo3d Property


In This Topic
    fNo3d Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property fNo3d As Boolean
    'Usage
     
    
    Dim instance As FtLbsData
    Dim value As Boolean
     
    instance.fNo3d = value
     
    value = instance.fNo3d
    public bool fNo3d {get; set;}
    See Also