GetCellRect(Int32,Int32,Boolean) Method
In This Topic
Syntax
'Declaration
Public Overloads Function GetCellRect( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Boolean _
) As System.Drawing.Rectangle
public System.Drawing.Rectangle GetCellRect(
System.int ,
System.int ,
System.bool
)
Parameters
- row
- col
- show
See Also