 | GridPanelGetCellRect メソッド (Int32, Int32) |
パネル内のセルの位置を表す四角形を取得します。
名前空間: C1.WPF.FlexGridアセンブリ: C1.WPF.FlexGrid.4 (C1.WPF.FlexGrid.4.dll 内) バージョン: 4.0.20161.507 (4.0.20161.507)
構文public Rect GetCellRect(
int row,
int col
)
Public Function GetCellRect (
row As Integer,
col As Integer
) As Rect
パラメータ
- row
- 型: SystemInt32
セルの行のインデックス。 - col
- 型: SystemInt32
セルの列のインデックス。
戻り値
型:
Rectセルの位置を表す四角形。
参照