Share via


ExtraColors.Add Method

Adds a color to the extra colors available to a presentation, if the color hasn't already been added.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Sub Add ( _
    Type As Integer _
)
'Usage
Dim instance As ExtraColors
Dim Type As Integer

instance.Add(Type)
void Add(
    int Type
)

Parameters

  • Type
    Type: System.Int32
    The red-green-blue (RGB) value of the color to be added.

See Also

Reference

ExtraColors Interface

ExtraColors Members

Microsoft.Office.Interop.PowerPoint Namespace