FarPoint.Web.Spread 名前空間 > DefaultSkins クラス : Contains メソッド |
FarPoint.Web.Spread.DefaultSkins ds = new FarPoint.Web.Spread.DefaultSkins(); bool b; b = ds.Contains(ds.Colorful4); TextBox1.Text = b.ToString();
Dim ds As New FarPoint.Web.Spread.DefaultSkins Dim b As Boolean b = ds.Contains(ds.Colorful4) TextBox1.Text = b.ToString()