Returns the number of attachments in the document.
            
            
            
            
            
            
            
            'Declaration
 
Public Function GetAttachmentCount() As Integer
             
        
            
            'Usage
 
Dim instance As Document
Dim value As Integer
 
value = instance.GetAttachmentCount()
             
        
            
            public int GetAttachmentCount()
             
        
            
            public: int GetAttachmentCount(); 
             
        
            
            public:
int GetAttachmentCount(); 
             
        
             
        
            
            
            Return Value
The number of attachments in the document.