True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / PrintInfo.RowHeightEnum Enumeration

In This Topic
    PrintInfo.RowHeightEnum Enumeration
    In This Topic
    Specifies how rows' heights are determined.
    Syntax
    'Declaration
     
    Public Enum PrintInfo.RowHeightEnum 
       Inherits System.Enum
    public enum PrintInfo.RowHeightEnum : System.Enum 
    Members
    MemberDescription
    LikeGridUse the grid's row height.
    StretchToFitStretch rows vertically to fit all data.
    StretchToMaxStretch rows vertically but not greater than PrintInfo.MaxRowHeight.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1TrueDBGrid.PrintInfo.RowHeightEnum

    See Also