'Declaration
Public Overloads Function SaveAsXLSX( _ ByVal Stream As Stream _ ) As GdPictureStatus
public GdPictureStatus SaveAsXLSX( Stream Stream )
public function SaveAsXLSX( Stream: Stream ): GdPictureStatus;
public function SaveAsXLSX( Stream : Stream ) : GdPictureStatus;
public: GdPictureStatus SaveAsXLSX( Stream* Stream )
public: GdPictureStatus SaveAsXLSX( Stream^ Stream )
Parameters
- Stream
- A stream object where the current document is saved to as a XLSX file. This stream object must be initialized before it can be sent into this method and it should stay open for subsequent use.
If the output stream is not opened for both reading and writing, the method will fail returning the GdPictureStatus.InvalidParameter status.
Return Value
A member of the GdPictureStatus enumeration. If the method has been successfully followed, then the return value is GdPictureStatus.OK.