[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.Open

Open Method

Open(string)

Opens a saved XML file into a sheet view.

Declaration
public bool Open(string fileName)
Public Function Open(fileName As String) As Boolean
Parameters
Type Name Description
string fileName

Path and name of file from which to load the data

Returns
Type Description
bool

Open(Stream)

Opens saved XML from a stream.

Declaration
public bool Open(Stream stream)
Public Function Open(stream As Stream) As Boolean
Parameters
Type Name Description
Stream stream

Stream from which to load the data

Returns
Type Description
bool
Exceptions
Type Condition
ArgumentNullException

No stream specified or specified stream is null