Spread WPF 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 (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

ColorScheme Class
ColorScheme Members

 

 


Copyright © GrapeCity, inc. All rights reserved.