FarPoint.Win.Spread アセンブリ > FarPoint.Win.Spread 名前空間 > FpSpread クラス > GetRowViewportCount メソッド : GetRowViewportCount() メソッド |
fpSpread1.AddViewport(0, 0);
int i;
i = fpSpread1.GetRowViewportCount();
textBox1.Text = i.ToString();
FpSpread1.AddViewport(0, 0) Dim i As Integer i = FpSpread1.GetRowViewportCount() TextBox1.Text = i.ToString()