[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SpreadSkin.Load

Load Method

Load(string)

Loads a Spread skin from a file.

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

Path and file name from which to load the skin

Returns
Type Description
SpreadSkin

A SpreadSkinobject.

Load(Stream)

Loads a Spread skin from a stream.

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

Stream from which to load the skin

Returns
Type Description
SpreadSkin

A SpreadSkinobject.