MeasureCellSize(Int32,Int32) Method
Measures the specified cell when drawn.
'Declaration
Public Overloads Function MeasureCellSize( _
ByVal As Integer, _
ByVal As Integer _
) As Size
public Size MeasureCellSize(
int ,
int
)
Parameters
- row
- Specified cell row.
- col
- Specified cell column.
Return Value
Returns the size that the specified cell will occupy after drawing.