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


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

パラメータ

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

戻り値の型

列ヘッダの矩形のサイズと位置を含む Rectangle オブジェクト
次のサンプルコードは、GetColumnHeaderRectangleメソッドを使用します。
listBox1.Items.Add(fpSpread1.GetColumnHeaderRectangle(0).ToString());
ListBox1.Items.Add(FpSpread1.GetColumnHeaderRectangle(0).ToString())
参照

FpSpread クラス
FpSpread メンバ

開発者ガイド

セルのクリック時の情報

 

 


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