Spread Silverlight Documentation
ColorScheme Constructor


The name of the color scheme
The scheme colors.
Initializes a new instance of the ColorScheme class.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As System.String, _
   ByVal schemeColors As System.Collections.Generic.List(Of IExcelColor) _
)
'Usage
 
Dim name As System.String
Dim schemeColors As System.Collections.Generic.List(Of IExcelColor)
 
Dim instance As New ColorScheme(name, schemeColors)
public ColorScheme( 
   System.string name,
   System.Collections.Generic.List<IExcelColor> schemeColors
)

Parameters

name
The name of the color scheme
schemeColors
The scheme colors.
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

ColorScheme Class
ColorScheme Members

 

 


Copyright © GrapeCity, inc. All rights reserved.