'宣言 Public Function New( _ ByVal angle As Double, _ ByVal ParamArray stops() As CellFillGradientStop _ )
public CellFillLinearGradient( double angle, params CellFillGradientStop[] stops )
| 例外 | 解説 |
|---|---|
| System.ArgumentException | stops に 2 つ以上のグラデーション境界が含まれていません。グラデーションを定義するには最低 2 つの境界が必要です。 |