ComponentOne True DBGrid for WinForms
PrintInfo.RowHeightEnum Enumeration

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace : PrintInfo.RowHeightEnum Enumeration
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

Reference

C1.Win.C1TrueDBGrid Namespace