PowerTools SPREAD for Windows Forms 8.0J
GetRowHeaderCellRectangle メソッド


ビューポート行のインデックス
セルの行インデックス
セルの列インデックス
行ヘッダのセルの矩形を取得します。
構文
'Declaration
 
Public Function GetRowHeaderCellRectangle( _
   ByVal rowViewportIndex As Integer, _
   ByVal row As Integer, _
   ByVal column As Integer _
) As Rectangle
'使用法
 
Dim instance As SpreadView
Dim rowViewportIndex As Integer
Dim row As Integer
Dim column As Integer
Dim value As Rectangle
 
value = instance.GetRowHeaderCellRectangle(rowViewportIndex, row, column)
public Rectangle GetRowHeaderCellRectangle( 
   int rowViewportIndex,
   int row,
   int column
)

パラメータ

rowViewportIndex
ビューポート行のインデックス
row
セルの行インデックス
column
セルの列インデックス

戻り値の型

セルの矩形を含む Rectangle オブジェクト
解説

このメソッドが返すのはシートの行ヘッダ内のセル矩形情報のみで、データ領域のセルやシートの隅、または SPREADのその他の部分については、セル矩形情報は返されません。データ領域のセルについては、GetCellRectangle メソッドを使用してください。列ヘッダ内のセルについては、GetColumnHeaderCellRectangle メソッドを使用してください。

参照

SpreadView クラス
SpreadView メンバ

開発者ガイド

セルのクリック時の情報

 

 


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