Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OBJ Class / radioButton Property


In This Topic
    radioButton Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property radioButton As FtRboData
    'Usage
     
    
    Dim instance As OBJ
    Dim value As FtRboData
     
    instance.radioButton = value
     
    value = instance.radioButton
    public FtRboData radioButton {get; set;}
    See Also