Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / BOF Class / fMacAny Property


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