PowerTools SPREAD for Windows Forms 8.0J
GetViewportTopOffset メソッド


行インデックス
ビューポートの特定の行からの上端に対するオフセットを取得します。
構文
'Declaration
 
Public Function GetViewportTopOffset( _
   ByVal rowViewportIndex As Integer _
) As Integer
'使用法
 
Dim instance As SpreadView
Dim rowViewportIndex As Integer
Dim value As Integer
 
value = instance.GetViewportTopOffset(rowViewportIndex)
public int GetViewportTopOffset( 
   int rowViewportIndex
)

パラメータ

rowViewportIndex
行インデックス

戻り値の型

オフセットを表すSystem.Int32
参照

SpreadView クラス
SpreadView メンバ

 

 


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