GrapeCity.Win.MultiRow.v80 アセンブリ > GrapeCity.Win.MultiRow 名前空間 > ValidateActionCollection クラス : InsertItem メソッド |
Protected Overrides Sub InsertItem( _ ByVal index As Integer, _ ByVal item As CellValidateAction _ )
protected override void InsertItem( int index, CellValidateAction item )
例外 | 解説 |
---|---|
System.ArgumentNullException | itemがnull 参照 (Visual Basicでは Nothing)です。 |
System.ArgumentOutOfRangeException | indexが0未満か、項目の数以上です。 |