[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IGradientStops

IGradientStops Interface

表示一系列IGradientStop 对象的集合。

Namespace: GrapeCity.Documents.Excel.Drawing
Assembly: GcDocs.Excel.dll
Syntax
public interface IGradientStops : IEnumerable

Properties

Name Description
Count

获取IGradientStops 集合中的项目数量(只读)。

this[int]

IGradientStops 集合中获取IGradientStop 对象(只读)。

Methods

Name Description
Delete(int)

移除渐变停止点。

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

向渐变中添加一个停止点,并指定颜色的亮度和透明度。