Saves the data on the sheet to the specified XML stream asynchronously.
Overload List
Overload | Description |
SaveXmlAsync(XmlWriter) |
Saves the data on the sheet to the specified XML stream asynchronously.
|
SaveXmlAsync(XmlWriter,Boolean) |
Saves the data on the sheet to the specified XML stream asynchronously.
|
SaveXmlAsync(XmlWriter,Boolean,Boolean) |
Saves the data on the sheet to the specified XML stream asynchronously.
|
SaveXmlAsync(XmlWriter,Boolean,Boolean,Boolean) |
Saves the data on the sheet to the specified XML stream asynchronously.
|
SaveXmlAsync(Stream) |
Saves the data on the sheet to the specified XML stream asynchronously.
|
SaveXmlAsync(Stream,Boolean) |
Saves the data on the sheet to the specified XML stream asynchronously.
|
SaveXmlAsync(Stream,Boolean,Boolean) |
Saves the data on the sheet to the specified XML stream.
|
SaveXmlAsync(Stream,Boolean,Boolean,Boolean) |
Saves the data on the sheet to the specified XML stream.
|
See Also