PowerTools SPREAD for Windows Forms 10.0J
GetViewportLeftOffset メソッド


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

パラメータ

columnViewportIndex
列インデックス

戻り値の型

オフセットを表すSystem.Int32
次のサンプルコードは、GetViewportLeftOffsetメソッドを使用します。
FarPoint.Win.Spread.SpreadView sv;
sv = fpSpread1.GetRootWorkbook();
listBox1.Items.Add(sv.GetViewportLeftOffset(0));
Dim sv As FarPoint.Win.Spread.SpreadView
sv = FpSpread1.GetRootWorkbook()
ListBox1.Items.Add(sv.GetViewportLeftOffset(0))
参照

SpreadView クラス
SpreadView メンバ

 

 


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