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

ビューポート行インデックス
アクティブなシートに指定されたビューポートの最後行の後の行を取得します。
構文
'宣言
 
Public Overloads Function GetViewportBottomRow( _
   ByVal rowViewportIndex As Integer _
) As Integer
public int GetViewportBottomRow( 
   int rowViewportIndex
)

パラメータ

rowViewportIndex
ビューポート行インデックス

戻り値の型

ビューポートの一番下の行のインデックスを表す Integer
解説

ビューポート行のインデックスは0から始まります。つまり、最初(一番上)のビューポート行のインデックスは0になります。

使用例
次のサンプルコードは、ビューポートの最後行の後の行を返します。
int i = fpSpread1.GetViewportBottomRow(1);

MessageBox.Show(i.ToString());
Dim i As Integer = FpSpread1.GetViewportBottomRow(1)

MessageBox.Show(i.ToString())
参照

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

 

 


© MESCIUS inc. All rights reserved.