DataGridView.GetColumnDisplayRectangle(Int32, Boolean) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
列インデックスによって決定された、列の表示領域を表す四角形を返します。
public:
System::Drawing::Rectangle GetColumnDisplayRectangle(int columnIndex, bool cutOverflow);
public System.Drawing.Rectangle GetColumnDisplayRectangle (int columnIndex, bool cutOverflow);
member this.GetColumnDisplayRectangle : int * bool -> System.Drawing.Rectangle
Public Function GetColumnDisplayRectangle (columnIndex As Integer, cutOverflow As Boolean) As Rectangle
パラメーター
- columnIndex
- Int32
目的のセルの列インデックス。
- cutOverflow
- Boolean
DataGridView バインドに表示する列の四角形を返す場合は true
。列の四角形全体を返す場合は false
。
戻り値
列の表示領域の四角形を表す Rectangle。
例外
columnIndex
が、0 以上、列数 - 1 以下の、有効な範囲内にありません。