MESCIUS SPREAD for Windows Forms 17.0J
Count プロパティ (DefaultStyleCollection)

コレクション内のNamedStyleオブジェクトの数を返します。
構文
'Declaration
 
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.