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

ビューポート行インデックス
ビューポート列インデックス
アクティブビューポートを設定します。
構文
'宣言
 
Public Overloads Sub SetActiveViewport( _
   ByVal rowViewportIndex As Integer, _
   ByVal columnViewportIndex As Integer _
) 
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 メンバ
オーバーロード一覧

 

 


© MESCIUS inc. All rights reserved.