Initializes a new instance of the
ColorScheme class.
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
ByVal 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 ,
System.Collections.Generic.List<IExcelColor>
)
Parameters
- name
- The name of the color scheme
- schemeColors
- The scheme colors.
See Also