[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.SaveXml

SaveXml Method

SaveXml(Stream, Stream)

Saves the data on the sheet to the specified XML stream and the schema to the specified schema stream.

Declaration
public bool SaveXml(Stream xmlStream, Stream schemaStream)
Public Function SaveXml(xmlStream As Stream, schemaStream As Stream) As Boolean
Parameters
Type Name Description
Stream xmlStream

XML stream

Stream schemaStream

Schema stream

Returns
Type Description
bool

SaveXml(string, string)

Saves the data on the sheet to the specified XML file and the schema to the specified schema file.

Declaration
public bool SaveXml(string xmlFileName, string schemaFileName)
Public Function SaveXml(xmlFileName As String, schemaFileName As String) As Boolean
Parameters
Type Name Description
string xmlFileName

Path and name of XML file

string schemaFileName

Path and name of schema file

Returns
Type Description
bool

SaveXml(Stream)

Saves the data on the sheet to the specified XML stream.

Declaration
public bool SaveXml(Stream xmlStream)
Public Function SaveXml(xmlStream As Stream) As Boolean
Parameters
Type Name Description
Stream xmlStream

XML stream

Returns
Type Description
bool

SaveXml(string)

Saves the data on the sheet to the specified XML file.

Declaration
public bool SaveXml(string xmlFileName)
Public Function SaveXml(xmlFileName As String) As Boolean
Parameters
Type Name Description
string xmlFileName

Path and name of the XML file

Returns
Type Description
bool