Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SerFmt Class / f3DBubbles Property


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