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


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