Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExternName Class / fOleLink Property


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