MESCIUS SPREAD for Windows Forms 15.0J
DefaultStyleCollection コンストラクタ
使用例 

構文
'宣言
 
Public Function New()
public DefaultStyleCollection()
使用例
次のサンプルコードは、DefaultStyleCollectionオブジェクトを作成します。
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.