Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadSkin 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 Spread skin from a file.
Syntax
'Declaration
 
Public Overloads Shared Function Load( _
   ByVal fileName As String _
) As SpreadSkin
 
'Usage
 
Dim fileName As String
Dim value As SpreadSkin
 
value = SpreadSkin.Load(fileName)

Parameters

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