[]
Opens a sheet saved as XML from the specified file and loads it into the sheet.
public bool Open(string fileName)
Public Function Open(fileName As String) As Boolean
Type | Name | Description |
---|---|---|
string | fileName | Name of file to open |
Type | Description |
---|---|
bool |
Opens a sheet saved as XML from the specified stream and loads it into the sheet.
public bool Open(Stream stream)
Public Function Open(stream As Stream) As Boolean
Type | Name | Description |
---|---|---|
Stream | stream | Stream from which to load |
Type | Description |
---|---|
bool |