CalculateCellHeight Method (C1AgendaView)
In This Topic
Syntax
'Declaration
Protected Overridable Function CalculateCellHeight( _
ByVal As System.Drawing.Graphics, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Boolean, _
ByVal As System.Boolean, _
ByVal As System.Boolean, _
ByRef As System.Integer _
) As System.Integer
protected virtual System.int CalculateCellHeight(
System.Drawing.Graphics ,
System.int ,
System.int ,
System.bool ,
System.bool ,
System.bool ,
out System.int
)
Parameters
- g
- row
- col
- skipHidden
- skipMerged
- measureSymbol
- symbolRight
See Also