[]
Specifies how rows' heights are determined.
public enum PrintInfo.RowHeightEnum
| 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. |