PowerTools SPREAD for ASP.NET 8.0J
Count プロパティ (DefaultStyleCollection)

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

プロパティ値

スタイルの数を表すInteger
解説
このメソッドは、コレクション内のNamedStyleオブジェクトの数を取得します。
この例では、DataAreaDefaultとHeaderDefaultの2つを含むコレクション内のスタイルの数を返します。
FarPoint.Web.Spread.DefaultStyleCollection dsc = new FarPoint.Web.Spread.DefaultStyleCollection();
TextBox1.Text = dsc.Count.ToString();
Dim dsc As New FarPoint.Web.Spread.DefaultStyleCollection
TextBox1.Text = dsc.Count.ToString()
参照

DefaultStyleCollection クラス
DefaultStyleCollection メンバ

 

 


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