MESCIUS SPREAD for Windows Forms 17.0J
GetRowViewportCount() メソッド

ビューポート行の数を取得します。
構文
'Declaration
 
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.