'Declaration
 
Overloads Function SaveToMemory( _
   ByVal  As FileFormat _
) As System.Byte()
             
        
            
            'Usage
 
Dim instance As IWorkbook
Dim fileFormat As FileFormat
Dim value() As System.Byte
 
value = instance.SaveToMemory(fileFormat)
             
        
            
            System.byte[] SaveToMemory( 
   FileFormat 
)
             
        
            
            function SaveToMemory( 
    : FileFormat
): System.array of Byte; 
             
        
            
            function SaveToMemory( 
    : FileFormat
) : System.byte[];
             
        
            
            System.byte[]* SaveToMemory( 
   FileFormat 
) 
             
        
            
            System.array<byte>^ SaveToMemory( 
   FileFormat 
) 
             
        
             
        
            Parameters
- fileFormat
 
            
            Return Value
The memory buffer with the saved workbook.
 
            
            
            
            
            Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2