Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.Extended.4.8 Assembly / C1.Win.C1Schedule Namespace / C1TableView Class / CalculateCellHeight Method

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

    Parameters

    g
    row
    col
    skipHidden
    skipMerged
    measureSymbol
    symbolRight
    See Also