DataGridView.GetCellDisplayRectangle メソッド
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)

Public Function GetCellDisplayRectangle ( _ columnIndex As Integer, _ rowIndex As Integer, _ cutOverflow As Boolean _ ) As Rectangle
Dim instance As DataGridView Dim columnIndex As Integer Dim rowIndex As Integer Dim cutOverflow As Boolean Dim returnValue As Rectangle returnValue = instance.GetCellDisplayRectangle(columnIndex, rowIndex, cutOverflow)
public function GetCellDisplayRectangle ( columnIndex : int, rowIndex : int, cutOverflow : boolean ) : Rectangle
戻り値
セルの表示領域の四角形を表す Rectangle。



Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


DataGridView クラス
DataGridView メンバ
System.Windows.Forms 名前空間
DataGridViewCell.ContentBounds
その他の技術情報
DataGridView コントロール (Windows フォーム)
- DataGridView.GetCellDisplayRectangle メソッドのページへのリンク