DataGridView.GetRowDisplayRectangle(Int32, Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回表示資料列的顯示區域的矩形,這是由資料列索引所決定。
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,表示資料列的顯示矩形。
例外狀況
rowIndex
不在 0 到資料列數目減 1 的有效範圍內。