'宣言
Public Overloads Function GetCellBounds( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Drawing.Rectangle
public System.Drawing.Rectangle GetCellBounds(
System.int ,
System.int
)
パラメータ
- row
- セルを含む行のインデックス。
- col
- セルを含む列のインデックス。
戻り値の型
セルの範囲を含む System.Drawing.Rectangle。