MESCIUS SPREAD for Windows Forms 15.0J
Count プロパティ (DefaultStyleCollection)
使用例 

コレクション内のNamedStyleオブジェクトの数を返します。
構文
'宣言
 
Public ReadOnly Property Count As Integer
public int Count {get;}

プロパティ値

コレクション内のデフォルト スタイルの数を表す Integer
使用例
次のサンプルコードでは、このメンバを使用して、コレクション内のNamedStyleの数を返しています。
FarPoint.Win.Spread.DefaultStyleCollection dsc = new FarPoint.Win.Spread.DefaultStyleCollection();
listBox1.Items.Add(dsc.Count.ToString());
Dim dsc As New FarPoint.Win.Spread.DefaultStyleCollection()
ListBox1.Items.Add(dsc.Count.ToString())
参照

DefaultStyleCollection クラス
DefaultStyleCollection メンバ

 

 


© MESCIUS inc. All rights reserved.