PowerTools SPREAD for Windows Forms 8.0J
GetRowViewportCount() メソッド


ビューポート行の数を取得します。
構文
'Declaration
 
Public Overloads Function GetRowViewportCount() As Integer
'使用法
 
Dim instance As FpSpread
Dim value As Integer
 
value = instance.GetRowViewportCount()
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 メンバ
オーバーロード一覧

 

 


© 2004-2015, GrapeCity inc. All rights reserved.