ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.8 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / CalculateCellHeight Method

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

    Parameters

    g
    row
    col
    skipHidden
    skipMerged
    measureSymbol
    symbolRight
    See Also