Shows the "open file" dialog allowing the user to select a document to open, and then opens it.
            
            
            
            
            
            
            
            'Declaration
 
Public Overloads Function FileOpen() As Object
             
        
            
        
             
        
            
            
            Return Value
The opened document or null if operation was cancelled or there was an error while loading the document.