Spread Silverlight 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, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

SpreadThemes Class
SpreadThemes Members

 

 


Copyright © GrapeCity, inc. All rights reserved.