[]
        
(Showing Draft Content)

FarPoint.Web.Spread.SheetView.Open

Open Method

Open(string)

Opens a sheet saved as XML from the specified file and loads it into the sheet.

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 sheet saved as XML from the specified stream and loads it into the sheet.

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