GrapeCity.Xaml.SpreadSheet.Data
Item Property (SpreadThemes)


Gets or sets the SpreadTheme with the specified theme name.
Syntax
'Declaration
 
Public Shadows Default Property Item( _
   ByVal themeName As String _
) As SpreadTheme
'Usage
 
Dim instance As SpreadThemes
Dim themeName As String
Dim value As SpreadTheme
 
instance.Item(themeName) = value
 
value = instance.Item(themeName)
public new SpreadTheme this[ 
   string themeName
]; {get; set;}

Parameters

themeName
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

SpreadThemes Class
SpreadThemes Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options