MESCIUS SPREAD for Windows Forms 15.0J
GetRowViewportCount() メソッド
使用例 

ビューポート行の数を取得します。
構文
'宣言
 
Public Overloads Function GetRowViewportCount() As Integer
public int GetRowViewportCount()

戻り値の型

ビューポート行の数を表す Integer
使用例
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()
参照

FpSpread クラス
FpSpread メンバ
オーバーロード一覧

 

 


© MESCIUS inc. All rights reserved.