[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IColorStops

IColorStops Interface

Represents a collection of all the IColorStop objects for the specified series.

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

Properties

Name Description
Count

Gets the number of represented objects (read-only).

this[int]

Returns the IColorStop object from a collection.

Methods

Name Description
Add(double)

Adds an IColorStop object to the specified collection.

Clear()

Clears the represented object.