GrapeCity SPREAD for Windows Forms 11.0J
Insert メソッド (CharBoxInfoCollection)


インデックスを示すSystem.Int32
挿入するキャラクターボックスを示すCharBoxInfo
コレクションの指定したインデックスにキャラクターボックスを挿入します。
構文
'Declaration
 
Public Shadows Sub Insert( _
   ByVal index As Integer, _
   ByVal CharBoxInfo As CharBoxInfo _
) 
'使用法
 
Dim instance As CharBoxInfoCollection
Dim index As Integer
Dim CharBoxInfo As CharBoxInfo
 
instance.Insert(index, CharBoxInfo)
public new void Insert( 
   int index,
   CharBoxInfo CharBoxInfo
)

パラメータ

index
インデックスを示すSystem.Int32
CharBoxInfo
挿入するキャラクターボックスを示すCharBoxInfo
参照

CharBoxInfoCollection クラス
CharBoxInfoCollection メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.