PowerTools MultiRow for Windows Forms 8.0J
GetCellDisplayRectangle(Int32,Int32,Boolean) メソッド

対象のセルの行インデックス。
対象のセルのセルインデックス。
セルの表示部分のみを返す場合は true。セル境界全体を返す場合は false
指定したセルの表示領域を表す長方形を取得します。
構文
Public Overloads Function GetCellDisplayRectangle( _
   ByVal rowIndex As Integer, _
   ByVal cellIndex As Integer, _
   ByVal cutOverflow As Boolean _
) As Rectangle
public Rectangle GetCellDisplayRectangle( 
   int rowIndex,
   int cellIndex,
   bool cutOverflow
)

パラメータ

rowIndex
対象のセルの行インデックス。
cellIndex
対象のセルのセルインデックス。
cutOverflow
セルの表示部分のみを返す場合は true。セル境界全体を返す場合は false

戻り値の型

セルの表示長方形を表す System.Drawing.Rectangle
例外
例外解説
System.ArgumentOutOfRangeException

rowIndex0 未満か、Row の数 - 1 を超えています。

または

cellIndex0 未満か、RowCell の数 - 1 を超えています。

解説
このメソッドは、セル境界全体、または表示部分のみを返します。セル内容のみの境界を取得するには、セルの Cell.ContentBounds プロパティを使用します。
参照

GcMultiRow クラス
GcMultiRow メンバ
オーバーロード一覧

 

 


© 2008-2015 GrapeCity inc. All rights reserved.