[]
Saves the data on the sheet to the specified XML stream and the schema to the specified schema stream.
public bool SaveXml(Stream xmlStream, Stream schemaStream)
Public Function SaveXml(xmlStream As Stream, schemaStream As Stream) As Boolean
Type | Description |
---|---|
bool |
Saves the data on the sheet to the specified XML file and the schema to the specified schema file.
public bool SaveXml(string xmlFileName, string schemaFileName)
Public Function SaveXml(xmlFileName As String, schemaFileName As String) As Boolean
Type | Name | Description |
---|---|---|
string | xmlFileName | Path and name of XML file |
string | schemaFileName | Path and name of schema file |
Type | Description |
---|---|
bool |
Saves the data on the sheet to the specified XML stream.
public bool SaveXml(Stream xmlStream)
Public Function SaveXml(xmlStream As Stream) As Boolean
Type | Name | Description |
---|---|---|
Stream | xmlStream | XML stream |
Type | Description |
---|---|
bool |
Saves the data on the sheet to the specified XML file.
public bool SaveXml(string xmlFileName)
Public Function SaveXml(xmlFileName As String) As Boolean
Type | Name | Description |
---|---|---|
string | xmlFileName | Path and name of the XML file |
Type | Description |
---|---|
bool |