'Declaration
 
Function SaveToMemory( _
   ByVal  As FileFormat _
) As System.Byte()
             
        
            
            'Usage
 
Dim instance As IWorksheet
Dim fileFormat As FileFormat
Dim value() As System.Byte
 
value = instance.SaveToMemory(fileFormat)
             
        
            
            System.byte[] SaveToMemory( 
   FileFormat 
)
             
        
             
        
            Parameters
- fileFormat
 
            
            Return Value
The memory buffer with the saved worksheet.
 
            
            
            
            
            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