FarPoint.Web.Spread 名前空間 > DefaultStyleCollection クラス : SyncRoot プロパティ |
'Declaration
Public ReadOnly Property SyncRoot As DefaultStyleCollection
public DefaultStyleCollection SyncRoot {get;}
FarPoint.Web.Spread.DefaultStyleCollection dsc = new FarPoint.Web.Spread.DefaultStyleCollection();
ListBox1.Items.Add(dsc.SyncRoot.ToString());
Dim dsc As New FarPoint.Web.Spread.DefaultStyleCollection() ListBox1.Items.Add(dsc.SyncRoot.ToString())