| GrapeCity.Spreadsheet アセンブリ > GrapeCity.Core 名前空間 > ThemeFonts クラス : Item プロパティ |
'DeclarationPublic 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;}