MESCIUS SPREAD for ASP.NET 10.0J
IsReadOnly プロパティ (DefaultStyleCollection)

指定したインデックスのNamedStyleオブジェクトを取得または設定します。
構文
'Declaration
 
Public ReadOnly Property IsReadOnly As Boolean
public bool IsReadOnly {get;}

プロパティ値

読み取り専用の場合はtrue、それ以外の場合はfalse
FarPoint.Web.Spread.DefaultStyleCollection dsc = new FarPoint.Web.Spread.DefaultStyleCollection();
bool b;
b = dsc.IsReadOnly()
TextBox1.Text = b.ToString();
Dim dsc As New FarPoint.Web.Spread.DefaultStyleCollection
dim b as Boolean
b = dsc.IsReadOnly()
TextBox1.Text = b.ToString();
参照

DefaultStyleCollection クラス
DefaultStyleCollection メンバ

 

 


© MESCIUS inc. All rights reserved.