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


ビューポート行インデックス
ビューポート列インデックス
アクティブビューポートを設定します。
構文
'Declaration
 
Public Overloads Sub SetActiveViewport( _
   ByVal rowViewportIndex As Integer, _
   ByVal columnViewportIndex As Integer _
) 
'使用法
 
Dim instance As SpreadView
Dim rowViewportIndex As Integer
Dim columnViewportIndex As Integer
 
instance.SetActiveViewport(rowViewportIndex, columnViewportIndex)
public void SetActiveViewport( 
   int rowViewportIndex,
   int columnViewportIndex
)

パラメータ

rowViewportIndex
ビューポート行インデックス
columnViewportIndex
ビューポート列インデックス
次のサンプルコードは、SetActiveViewportメソッドを使用します。
FarPoint.Win.Spread.SpreadView sv = fpSpread1.GetRootWorkbook();
sv.AddViewport(0, 0);
sv.AddViewport(2,2);
sv.SetActiveViewport(1,2);
Dim sv As FarPoint.Win.Spread.SpreadView = FpSpread1.GetRootWorkbook
sv.AddViewport(0, 0)
sv.AddViewport(2,2)
sv.SetActiveViewport(1,2)
参照

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

 

 


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