Spread for ASP.NET 12 Product Documentation
Load(String) Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetSkin Class > Load Method : Load(String) Method
Path and file name from which to load the skin
Loads a skin from a file.
Syntax
'Declaration
 
Public Overloads Shared Function Load( _
   ByVal fileName As String _
) As SheetSkin
'Usage
 
Dim fileName As String
Dim value As SheetSkin
 
value = SheetSkin.Load(fileName)
public static SheetSkin Load( 
   string fileName
)

Parameters

fileName
Path and file name from which to load the skin
See Also

Reference

SheetSkin Class
SheetSkin Members
Overload List