'Declaration
Overloads Function SaveToMemory( _
ByVal As FileFormat, _
ByVal 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 ,
System.string
)
function SaveToMemory(
: FileFormat;
: System.String
): System.array of Byte;
function SaveToMemory(
: FileFormat,
: System.String
) : System.byte[];
System.byte[]* SaveToMemory(
FileFormat ,
System.string*
)
System.array<byte>^ SaveToMemory(
FileFormat ,
System.String^
)
Parameters
- fileFormat
- password
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