Spread Windows Forms 15.0
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)
    public static CT_Stylesheet ToObject( 
       ArrayList cellFormatList
    )

    Parameters

    cellFormatList
    cell format list

    Return Value

    Instance of CT_Stylesheet
    See Also