Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / DataLabExtContents Class / fBubSize Property


In This Topic
    fBubSize Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property fBubSize As Byte
    'Usage
     
    
    Dim instance As DataLabExtContents
    Dim value As Byte
     
    instance.fBubSize = value
     
    value = instance.fBubSize
    public byte fBubSize {get; set;}
    See Also