Spread Silverlight Documentation
Item Property (ColorScheme)


GrapeCity.Excel Namespace > ColorScheme Class : Item Property
Get the color of the specific color scheme.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As ColorSchemeIndex _
) As IExcelColor
'Usage
 
Dim instance As ColorScheme
Dim index As ColorSchemeIndex
Dim value As IExcelColor
 
value = instance.Item(index)
public IExcelColor this[ 
   ColorSchemeIndex index
]; {get;}

Parameters

index

Property Value

The theme color
See Also

Reference

ColorScheme Class
ColorScheme Members