Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / StyleSynchronizer Class / ToObject Method
cell format list


In This Topic
ToObject Method (StyleSynchronizer)
In This Topic
Toes the object.
Syntax
'Declaration
 
Public Shared Function ToObject( _
   ByVal cellFormatList As ArrayList _
) As CT_Stylesheet
 
'Usage
 
Dim cellFormatList As ArrayList
Dim value As CT_Stylesheet
 
value = StyleSynchronizer.ToObject(cellFormatList)

Parameters

cellFormatList
cell format list

Return Value

Instance of CT_Stylesheet
See Also