GrapeCity SPREAD for Windows Forms 11.0J
Add(String,Style) メソッド


キー文字列を表すString値。
この項目(Style)の値。
指定したキーと値を持つ項目を StyleCollection に追加します。
構文
'Declaration
 
Public Overloads Function Add( _
   ByVal key As String, _
   ByVal style As Style _
) As Integer
'使用法
 
Dim instance As StyleCollection
Dim key As String
Dim style As Style
Dim value As Integer
 
value = instance.Add(key, style)
public int Add( 
   string key,
   Style style
)

パラメータ

key
キー文字列を表すString値。
style
この項目(Style)の値。

戻り値の型

この項目の StyleCollection でのインデックス。
参照

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

 

 


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