ColorStop Interface

Represents the color stop point for a gradient fill in an range or selection.

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

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("000244AD-0000-0000-C000-000000000046")> _
Public Interface ColorStop
'Usage
Dim instance As ColorStop
[InterfaceTypeAttribute()]
[GuidAttribute("000244AD-0000-0000-C000-000000000046")]
public interface ColorStop

Remarks

The ColorStop collection allows you to set properties for the cell fill including Color, ThemeColor, TintAndShade.

Examples

The following example shows how to apply properties to the ColorStop.

See Also

Reference

ColorStop Members

Microsoft.Office.Interop.Excel Namespace