FarPoint.Web.Spread 名前空間 > DefaultSkins クラス : Count プロパティ |
FarPoint.Web.Spread.DefaultSkins ds = new FarPoint.Web.Spread.DefaultSkins(); int i; i = ds.Count(); TextBox1.Text = i.ToString();
Dim ds As New FarPoint.Web.Spread.DefaultSkins Dim i As Integer i = ds.Count() TextBox1.Text = i.ToString()