ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

PrintInfo.RowHeightEnum Enumeration

Specifies the height of printed rows.

[Visual Basic]

Public Enum PrintInfo+RowHeightEnum

[C#]

public enum PrintInfo+RowHeightEnum

[Delphi]

type PrintInfo+RowHeightEnum = (LikeGrid, StretchToFit, StretchToMax);

Namespace: C1.Win.C1TrueDBGrid

Assembly: C1.Win.C1TrueDBGrid.2 (in C1.Win.C1TrueDBGrid.2.dll)

Members

Member name

Description

LikeGrid

Use the grid's row height.

StretchToFit

Stretch the row height to fit all the data.

StretchToMax

Stretch the row height no greater than PrintInfo.MaxRowHeight.

See Also

C1.Win.C1TrueDBGrid Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.