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

コレクションが固定サイズであるかどうかを判定します

(この実装は常にFalseを返します)。

構文
'Declaration
 
Public ReadOnly Property IsFixedSize As Boolean
public bool IsFixedSize {get;}

プロパティ値

固定サイズの場合はtrue、それ以外の場合はfalse
FarPoint.Web.Spread.DefaultStyleCollection dsc = new FarPoint.Web.Spread.DefaultStyleCollection();
bool b;
b = dsc.IsFixedSize()
TextBox1.Text = b.ToString();
Dim dsc As New FarPoint.Web.Spread.DefaultStyleCollection
dim b as Boolean
b = dsc.IsFixedSize()
TextBox1.Text = b.ToString();
参照

DefaultStyleCollection クラス
DefaultStyleCollection メンバ

 

 


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