PowerTools SPREAD for Windows Forms 8.0J
SetViewportTopRow(Int32,Int32) メソッド


ビューポート行のインデックス
ビューポートの上端の行として設定する行のインデックス
アクティブシートの指定したビューポート行の一番上のセル行を設定します。
構文
'Declaration
 
Public Overloads Sub SetViewportTopRow( _
   ByVal rowViewportIndex As Integer, _
   ByVal value As Integer _
) 
'使用法
 
Dim instance As FpSpread
Dim rowViewportIndex As Integer
Dim value As Integer
 
instance.SetViewportTopRow(rowViewportIndex, value)
public void SetViewportTopRow( 
   int rowViewportIndex,
   int value
)

パラメータ

rowViewportIndex
ビューポート行のインデックス
value
ビューポートの上端の行として設定する行のインデックス
fpSpread1.AddViewport(0, 0);

int i;
fpSpread1.SetViewportTopRow(1, 5);
i = fpSpread1.GetViewportTopRow(1);
textBox1.Text = i.ToString();
FpSpread1.AddViewport(0, 0)

Dim i As Integer
FpSpread1.SetViewportTopRow(1, 5)
i = FpSpread1.GetViewportTopRow(1)
TextBox1.Text = i.ToString()
参照

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

 

 


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