[]
        
(Showing Draft Content)

FarPoint.Web.Spread.SheetSkin.Load

Load Method

Load(string)

Loads a skin from a file.

Declaration
public static SheetSkin Load(string fileName)
Public Shared Function Load(fileName As String) As SheetSkin
Parameters
Type Name Description
string fileName

Path and file name from which to load the skin

Returns
Type Description
SheetSkin

Load(Stream)

Loads a skin from a stream.

Declaration
public static SheetSkin Load(Stream stream)
Public Shared Function Load(stream As Stream) As SheetSkin
Parameters
Type Name Description
Stream stream

Stream from which to load the skin

Returns
Type Description
SheetSkin