FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > FpScrollBarButtonCollection クラス : Insert メソッド |
'使用法 Dim instance As FpScrollBarButtonCollection Dim index As Integer Dim value As Object instance.Insert(index, value)
例外 | 説明 |
---|---|
System.ArgumentOutOfRangeException | indexがSystem.Collections.IListの有効なインデックスではありません。 |
System.NotSupportedException | System.Collections.IListが読み取り専用であるか、またはSystem.Collections.IListのサイズが固定されています。 |
System.NullReferenceException | valueがSystem.Collections.IList内のNull参照です。 |