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
ビューポート列インデックス
使用例
次のサンプル コードは、SPREADにビューポートを追加してから、それをアクティブ ビューポートに設定します。
fpSpread1.AddViewport(0, 0);
fpSpread1.SetActiveViewport(0, 1);
FpSpread1.AddViewport(0, 0)
FpSpread1.SetActiveViewport(0, 1)
参照

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

 

 


© MESCIUS inc. All rights reserved.