PowerTools SPREAD for Windows Forms 8.0J
Insert メソッド (DefaultStyleCollection)


スタイルを挿入する位置のインデックス
コレクションに挿入するスタイル(NamedStyleオブジェクト)
サポートされていません。このコレクションは読み取り専用なので、このメソッドを呼び出すと例外がスローされます。
構文
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal style As NamedStyle _
) 
'使用法
 
Dim instance As DefaultStyleCollection
Dim index As Integer
Dim style As NamedStyle
 
instance.Insert(index, style)
public void Insert( 
   int index,
   NamedStyle style
)

パラメータ

index
スタイルを挿入する位置のインデックス
style
コレクションに挿入するスタイル(NamedStyleオブジェクト)
参照

DefaultStyleCollection クラス
DefaultStyleCollection メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.