FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintInfo Class / BestFitRows Property


In This Topic
BestFitRows Property
In This Topic
Gets or sets whether row heights are adjusted to fit the tallest string height for printing.
Syntax
'Declaration
 
Public Property BestFitRows As Boolean
 
'Usage
 
Dim instance As PrintInfo
Dim value As Boolean
 
instance.BestFitRows = value
 
value = instance.BestFitRows
See Also