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


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

パラメータ

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

戻り値の型

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

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

参照

SpreadView クラス
SpreadView メンバ

開発者ガイド

セルのクリック時の情報

 

 


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