Spread for ASP.NET 12 Product Documentation
BestFitRows Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > PrintInfo Class : BestFitRows Property
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
public bool BestFitRows {get; set;}
See Also

Reference

PrintInfo Class
PrintInfo Members