[]
Saves the contents of the sheet to XML in the specified file.
public bool Save(string fileName, bool dataOnly)
Public Function Save(fileName As String, dataOnly As Boolean) As Boolean
Type | Name | Description |
---|---|---|
string | fileName | Path and file name of file to save |
bool | dataOnly | Whether to save only data |
Type | Description |
---|---|
bool |
Saves the contents of the sheet to XML in the specified stream.
public bool Save(Stream stream, bool dataOnly)
Public Function Save(stream As Stream, dataOnly As Boolean) As Boolean
Type | Description |
---|---|
bool |