共用方式為


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

true 表示傳回 DataGridView 範圍內可見的資料列矩形,false 則表示傳回整個資料列矩形。

傳回

Rectangle

Rectangle,表示資料列的顯示矩形。

例外狀況

rowIndex 不在 0 到資料列數目減 1 的有效範圍內。

適用於

另請參閱