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


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