Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Current »

Introduced in build 8.5.1

Description

Saves a specified Workbook object to a System.IO.Stream object and returns it.

C#
vb.net

Parameters

workbook
A Workbook object representing the workbook to save.

Returns

A System.IO.Stream object representing the workbook.

Exceptions

System.Exception
If there is a problem reading from the workbook object.

Examples

C#
vb.net
  • No labels