FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > FpSpread クラス > GetRowViewportCount メソッド : GetRowViewportCount() メソッド |
'Declaration Public Overloads Function GetRowViewportCount() As Integer
public int 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()