GrapeCity SPREAD for Windows Forms 11.0J
GetCellRectangle メソッド (SpreadView)


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

パラメータ

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

戻り値の型

セルの矩形のサイズと位置を含む Rectangle オブジェクト
参照

SpreadView クラス
SpreadView メンバ

開発者ガイド

セルのクリック時の情報

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.