Spread WPF Documentation
Item Property (SpreadThemes)


Gets or sets the SpreadTheme with the specified theme name.
Syntax
'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
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

SpreadThemes Class
SpreadThemes Members

 

 


Copyright © GrapeCity, inc. All rights reserved.