PowerTools MultiRow for Windows Forms 8.0J
GetContentBounds メソッド

親行のインデックス。
指定したRow内でのセルの内容境界を取得します。
構文
Public Function GetContentBounds( _
   ByVal rowIndex As Integer _
) As Rectangle
public Rectangle GetContentBounds( 
   int rowIndex
)

パラメータ

rowIndex
親行のインデックス。

戻り値の型

このセルの内容の表示に使用される矩形領域を表すSystem.Drawing.Rectangle値。
例外
例外解説
System.ArgumentOutOfRangeExceptionGcMultiRowがnull 参照 (Visual Basicでは Nothing)以外で、なおかつrowIndexが親セクション数より大きいか0より小さい場合にスローされます。
解説
通常、各セルの内容境界は、セルのDisplayTextCellStyle.ImageErrorIconを含む領域からCellStyle.PaddingCellStyle.Borderを除いた最小サイズになります。ただし、DropDownButton、SideButton、FlatAppearance境界線などを持つ特別なタイプのセルでは、これらの視覚要素も内容境界に含まれます。
参照

Cell クラス
Cell メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.