Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / ThemeFonts Class / Item Property
The index value of the language font.


In This Topic
Item Property (ThemeFonts)
In This Topic
Gets or sets one of the three language fonts contained in the ThemeFonts collection.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As ThemeFontLanguage _
) As String
 
'Usage
 
Dim instance As ThemeFonts
Dim index As ThemeFontLanguage
Dim value As String
 
instance.Item(index) = value
 
value = instance.Item(index)

Parameters

index
The index value of the language font.

Property Value

A string value represents the language font.
See Also