FarPoint.Web.Spread 名前空間 > DefaultStyleCollection クラス : IsReadOnly プロパティ |
(この実装は常にTrueを返します)。
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();