[]
        
(Showing Draft Content)

C1.Win.C1TrueDBGrid.PrintInfo.RowHeightEnum

PrintInfo.RowHeightEnum Enum

Specifies how rows' heights are determined.

Namespace: C1.Win.C1TrueDBGrid
Assembly: C1.Win.C1TrueDBGrid.4.8.dll
Syntax
public enum PrintInfo.RowHeightEnum

Fields

Name Description
LikeGrid

Use the grid's row height.

StretchToFit

Stretch rows vertically to fit all data.

StretchToMax

Stretch rows vertically but not greater than MaxRowHeight.