Add
Add(double, CellsColor, int)
添加渐变色标。
public void Add(double position, CellsColor color, int alpha)
范围 | 类型 | 描述 |
---|---|---|
position | Double | 止损的位置,以百分比为单位。 |
color | CellsColor | 停靠点的颜色。 |
alpha | Int32 | 颜色的 alpha。 |
也可以看看
- class CellsColor
- class GradientStopCollection
- 命名空间 Aspose.Cells.Drawing
- 部件 Aspose.Cells
Add(double, Color, int)
添加渐变色标。
public void Add(double position, Color color, int alpha)
范围 | 类型 | 描述 |
---|---|---|
position | Double | 止损的位置,以百分比为单位。 |
color | Color | 停靠点的颜色。 |
alpha | Int32 | 颜色的 alpha。 |
也可以看看
- class GradientStopCollection
- 命名空间 Aspose.Cells.Drawing
- 部件 Aspose.Cells