GrapeCity SPREAD for Windows Forms 12.0J
InsertRange メソッド (BevelCollection)


itemsを挿入する位置のインデックス。
ベベルの配列。
コレクションの指定したインデックスにベベルの配列を挿入します。
構文
'Declaration
 
Public Sub InsertRange( _
   ByVal index As Integer, _
   ByVal items() As Bevel _
) 
'使用法
 
Dim instance As BevelCollection
Dim index As Integer
Dim items() As Bevel
 
instance.InsertRange(index, items)
public void InsertRange( 
   int index,
   Bevel[] items
)

パラメータ

index
itemsを挿入する位置のインデックス。
items
ベベルの配列。
例外
例外説明
System.ArgumentNullException itemsがNull参照(VBではNothing)です。
参照

BevelCollection クラス
BevelCollection メンバ

 

 


Copyright © 2004 GrapeCity inc.