[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IGradientStops

IGradientStops Interface

Represents a collection of IGradientStop objects.

Namespace: GrapeCity.Documents.Excel.Drawing
Assembly: DS.Documents.Excel.dll
Syntax
public interface IGradientStops : IEnumerable
Public Interface IGradientStops
    Inherits IEnumerable

Properties

Name Description
Count

Gets the number of items in the IGradientStops collection (read-only).

this[int]

Gets the IGradientStop object from the IGradientStops collection (read-only).

Methods

Name Description
Delete(int)

Removes a gradient stop.

Insert(int, double, double, int, double)

Adds a stop to a gradient and specifies the brightness, as well as the transparency of the color.