SaveXml(Stream,Stream) Method
Saves the data on the sheet to the specified XML stream and the schema to the specified schema stream.
'Declaration
Public Overloads Function SaveXml( _
ByVal As Stream, _
ByVal As Stream _
) As Boolean
'Usage
Dim instance As SheetView
Dim xmlStream As Stream
Dim schemaStream As Stream
Dim value As Boolean
value = instance.SaveXml(xmlStream, schemaStream)
Parameters
- xmlStream
- XML stream
- schemaStream
- Schema stream