'Usage Dim instance As SpreadThemes Dim themeName As String Dim value As Boolean value = instance.Contains(themeName)
Parameters
- themeName
- Name of the theme.
Return Value
true
if it contains the specified theme name; otherwise, false
.'Usage Dim instance As SpreadThemes Dim themeName As String Dim value As Boolean value = instance.Contains(themeName)
true
if it contains the specified theme name; otherwise, false
.