'Declaration Public Overloads Sub SaveTo( _
ByVal streamThe stream to save the spreadsheet document.As System.IO.Stream _
)
public void SaveTo(
System.IO.Stream stream
)
public: void SaveTo(
System.IO.Stream* stream
)
public:
void SaveTo(
System.IO.Stream^ stream
)
Parameters
- stream
- The stream to save the spreadsheet document.