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 フォーム)
Weblioに収録されているすべての辞書からDataGridView.GetCellDisplayRectangle メソッドを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からDataGridView.GetCellDisplayRectangle メソッド
                    を検索
                     全ての辞書からDataGridView.GetCellDisplayRectangle メソッド
                    を検索
                - DataGridView.GetCellDisplayRectangle メソッドのページへのリンク

 
                             
                    


