[]
        
(Showing Draft Content)

FarPoint.Web.Spread.FpSpread.Open

Open Method

Open(string)

Opens a saved Spread XML file and loads it into the Spread component.

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

Name of file to open

Returns
Type Description
bool

Open(Stream)

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

Returns
Type Description
bool