PowerTools SPREAD for Windows Forms 8.0J
GetColumnHeaderRectangle メソッド (SpreadView)


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

パラメータ

columnViewportIndex
ビューポート列インデックス

戻り値の型

指定した列のヘッダのセル矩形を含む Rectangle オブジェクト
参照

SpreadView クラス
SpreadView メンバ

開発者ガイド

セルのクリック時の情報

 

 


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