FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetSkin Class / Load Method / Load(String) Method
Path and file name from which to load the skin


In This Topic
Load(String) Method
In This Topic
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)

Parameters

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