Spread WPF 17
GrapeCity.Excel Namespace / ThemeFonts Class / ThemeFonts Constructor
The run formats.
The themes fonts.


In This Topic
    ThemeFonts Constructor
    In This Topic
    Initializes a new instance of the ThemeFonts class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal runFormats As List(Of IRunFormatting), _
       ByVal themesFonts As List(Of IThemeFont) _
    )
    'Usage
     
    Dim runFormats As List(Of IRunFormatting)
    Dim themesFonts As List(Of IThemeFont)
     
    Dim instance As New ThemeFonts(runFormats, themesFonts)
    public ThemeFonts( 
       List<IRunFormatting> runFormats,
       List<IThemeFont> themesFonts
    )

    Parameters

    runFormats
    The run formats.
    themesFonts
    The themes fonts.
    See Also