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


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