Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Pattern Class / Bubbles3D Property


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