Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExternName Class / fOle Property


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