DataGridView.GetRowDisplayRectangle(Int32, Boolean) メソッド

定義

行インデックスによって決定された、行の表示領域を表す四角形を返します。

public:
 System::Drawing::Rectangle GetRowDisplayRectangle(int rowIndex, bool cutOverflow);
public System.Drawing.Rectangle GetRowDisplayRectangle (int rowIndex, bool cutOverflow);
member this.GetRowDisplayRectangle : int * bool -> System.Drawing.Rectangle
Public Function GetRowDisplayRectangle (rowIndex As Integer, cutOverflow As Boolean) As Rectangle

パラメーター

rowIndex
Int32

目的のセルの行インデックス。

cutOverflow
Boolean

DataGridView バインドに表示する行の四角形を返す場合は true。行の四角形全体を返す場合は false

戻り値

Rectangle

行の表示領域の四角形を表す Rectangle

例外

rowIndex が、0 以上、行数 - 1 以下の、有効な範囲内にありません。

適用対象

こちらもご覧ください