'Declaration
Public Overloads Function SaveXml( _ ByVal xmlStream As Stream, _ ByVal schemaStream 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)
public bool SaveXml( Stream xmlStream, Stream schemaStream )
Parameters
- xmlStream
- XML stream
- schemaStream
- Schema stream