'Declaration Public Shadows Default Property Item( _ ByVal themeName As System.String _ ) As SpreadTheme
'Usage Dim instance As SpreadThemes Dim themeName As System.String Dim value As SpreadTheme instance.Item(themeName) = value value = instance.Item(themeName)
public new SpreadTheme this[ System.string themeName ]; {get; set;}
Parameters
- themeName