'宣言 Public Sub Insert( _ ByVal index As Integer, _ ByVal item As ChartTextAppearance _ )
public void Insert( int index, ChartTextAppearance item )
| 例外 | 解説 |
|---|---|
| System.ArgumentNullException | パラメーター、item を Null 参照(Visual Basic の Nothing)として渡したときスローされます。 |
| System.IndexOutOfRangeException | パラメーター index にこのコンテナーの範囲外の値を渡した場合、スローされます。 |