MESCIUS SPREAD for Windows Forms 15.0J
GetViewportRectangle メソッド (SpreadView)
使用例 

ビューポート行インデックス
ビューポートの矩形を取得します。
構文
'宣言
 
Public Function GetViewportRectangle( _
   ByVal rowViewportIndex As Integer, _
   ByVal columnViewportIndex As Integer, _
   Optional ByVal includeGrayArea As Boolean _
) As Rectangle

パラメータ

rowViewportIndex
ビューポート行インデックス
columnViewportIndex
includeGrayArea

戻り値の型

指定したビューポートの矩形を含む Rectangle オブジェクト
使用例
次のサンプルコードは、GetViewportRectangleメソッドを使用します。
FarPoint.Win.Spread.SpreadView sv;
sv = fpSpread1.GetRootWorkbook();
listBox1.Items.Add(sv.GetViewportRectangle(0,0));
Dim sv As FarPoint.Win.Spread.SpreadView
sv = fpSpread1.GetRootWorkbook()
ListBox1.Items.Add(sv.GetViewportRectangle(0, 0))
参照

SpreadView クラス
SpreadView メンバ

開発者ガイド

ビューポート

 

 


© MESCIUS inc. All rights reserved.