MESCIUS SPREAD for Windows Forms 17.0J
Insert(Int32,String,Style) メソッド

コレクション内の挿入位置を表す<b><see cref="T:System.Int32">Int32</see></b>値。
キー文字列を表す<b><see cref="T:System.String">String</see></b>
コレクションに追加する項目を表す<b><see cref="T:System.String,GrapeCity.Win.Editors.Style">Style</see></b>オブジェクト。
StyleCollectionキー文字列と項目の組み合わせをコレクションに追加します。
構文
'Declaration
 
Public Overloads Sub Insert( _
   ByVal index As Integer, _
   ByVal key As String, _
   ByVal style As Style _
) 
public void Insert( 
   int index,
   string key,
   Style style
)

パラメータ

index
コレクション内の挿入位置を表す<b><see cref="T:System.Int32">Int32</see></b>値。
key
キー文字列を表す<b><see cref="T:System.String">String</see></b>
style
コレクションに追加する項目を表す<b><see cref="T:System.String,GrapeCity.Win.Editors.Style">Style</see></b>オブジェクト。
参照

StyleCollection クラス
StyleCollection メンバ
オーバーロード一覧

 

 


© MESCIUS inc. All rights reserved.