[]
Opens a saved Spread XML file and loads it into the Spread component.
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 saved Spread XML file and loads it into the Spread component from a stream.
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 |