Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / HolidayStyleCollection Class / Load Method
A System.String that indicates the file name.


In This Topic
Load Method (HolidayStyleCollection)
In This Topic
Loads the holiday styles from the disk.
Syntax
'Declaration
 
Public Shared Function Load( _
   ByVal fileName As String _
) As HolidayStyleCollection
 
'Usage
 
Dim fileName As String
Dim value As HolidayStyleCollection
 
value = HolidayStyleCollection.Load(fileName)

Parameters

fileName
A System.String that indicates the file name.

Return Value

A HolidayStyleCollection that indicates the holiday styles.
See Also