MaxRowHeight Property (PrintInfo)
In This Topic
Gets or sets the maximum row height in hundredths of an inch (used if
VarRowHeight is
PrintInfo.RowHeightEnum.StretchToMax).
Syntax
'Declaration
Public Property MaxRowHeight As Integer
public int MaxRowHeight {get; set;}
See Also