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

コレクションへのアクセスを同期するのに使用できるオブジェクトを取得します。
構文
'Declaration
 
Public ReadOnly Property IsSynchronized As Boolean
public bool IsSynchronized {get;}

プロパティ値

同期している場合はtrue、それ以外の場合はfalse
FarPoint.Web.Spread.DefaultStyleCollection dsc = new FarPoint.Web.Spread.DefaultStyleCollection();
bool b;
b = dsc.IsSynchronized()
TextBox1.Text = b.ToString();
Dim dsc As New FarPoint.Web.Spread.DefaultStyleCollection
dim b as Boolean
b = dsc.IsSynchronized()
TextBox1.Text = b.ToString();
参照

DefaultStyleCollection クラス
DefaultStyleCollection メンバ

 

 


© MESCIUS inc. All rights reserved.