SpreadsheetGear Namespace > IRange Interface : SaveToMemory Method |
'Declaration
Function SaveToMemory( _ ByVal fileFormat As FileFormat _ ) As System.Byte()
'Usage
Dim instance As IRange Dim fileFormat As FileFormat Dim value() As System.Byte value = instance.SaveToMemory(fileFormat)
System.byte[] SaveToMemory( FileFormat fileFormat )
function SaveToMemory( fileFormat: FileFormat ): System.array of Byte;
function SaveToMemory( fileFormat : FileFormat ) : System.byte[];
System.byte[]* SaveToMemory( FileFormat fileFormat )
System.array<byte>^ SaveToMemory( FileFormat fileFormat )
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