SpreadsheetGear Namespace > IWorkbook Interface > SaveToMemory Method : SaveToMemory(FileFormat,String) Method |
'Declaration
Overloads Function SaveToMemory( _ ByVal fileFormat As FileFormat, _ ByVal password As System.String _ ) As System.Byte()
'Usage
Dim instance As IWorkbook Dim fileFormat As FileFormat Dim password As System.String Dim value() As System.Byte value = instance.SaveToMemory(fileFormat, password)
System.byte[] SaveToMemory( FileFormat fileFormat, System.string password )
function SaveToMemory( fileFormat: FileFormat; password: System.String ): System.array of Byte;
function SaveToMemory( fileFormat : FileFormat, password : System.String ) : System.byte[];
System.byte[]* SaveToMemory( FileFormat fileFormat, System.string* password )
System.array<byte>^ SaveToMemory( FileFormat fileFormat, System.String^ password )
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
IWorkbook Interface
IWorkbook Members
Overload List
SaveToMemory(FileFormat) Method
Save Method
SaveAs(String,FileFormat,String) Method
SaveToStream(Stream,FileFormat,String) Method
Open(String,String) Method
OpenFromMemory(Byte[],String) Method
OpenFromStream(Stream,String) Method
Protect Method
Unprotect Method