Spread Windows Forms 12.0 Product Documentation
Item Property (ThemeFonts)


GrapeCity.Spreadsheet Assembly > GrapeCity.Core Namespace > ThemeFonts Class : Item Property
The index value of the language font.
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)
public string this[ 
   ThemeFontLanguage index
]; {get; set;}

Parameters

index
The index value of the language font.

Property Value

A string value represents the language font.
See Also

Reference

ThemeFonts Class
ThemeFonts Members