GrapeCity.Xaml.Excel
ThemeFonts Constructor


The run formats.
The themes fonts.
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.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

ThemeFonts Class
ThemeFonts Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options