GrapeCity.Spreadsheet アセンブリ > GrapeCity.Core 名前空間 > ThemeFonts クラス : Item プロパティ |
'Declaration
Public Default Property Item( _ ByVal index As ThemeFontLanguage _ ) As String
'使用法
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;}