Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SerBool Class / f Property


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