Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / StyleSynchronizer Class / ToSpread Method
GrapeCity Spread
stylesheet
themes


In This Topic
    ToSpread Method (StyleSynchronizer)
    In This Topic
    Toes the spread.
    Syntax
    'Declaration
     
    
    Public Shared Function ToSpread( _
       ByVal spread As IExcelRead, _
       ByVal stylesheet As CT_Stylesheet, _
       ByVal themes As CT_OfficeStyleSheet _
    ) As Boolean
    'Usage
     
    
    Dim spread As IExcelRead
    Dim stylesheet As CT_Stylesheet
    Dim themes As CT_OfficeStyleSheet
    Dim value As Boolean
     
    value = StyleSynchronizer.ToSpread(spread, stylesheet, themes)
    public static bool ToSpread( 
       IExcelRead spread,
       CT_Stylesheet stylesheet,
       CT_OfficeStyleSheet themes
    )

    Parameters

    spread
    GrapeCity Spread
    stylesheet
    stylesheet
    themes
    themes

    Return Value

    successful or not
    See Also