Spread for ASP.NET 12 Product Documentation
BestFitCols Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > PrintInfo Class : BestFitCols Property
Gets or sets whether column widths are adjusted to fit the longest string width for printing.
Syntax
'Declaration
 
Public Property BestFitCols As Boolean
'Usage
 
Dim instance As PrintInfo
Dim value As Boolean
 
instance.BestFitCols = value
 
value = instance.BestFitCols
public bool BestFitCols {get; set;}
See Also

Reference

PrintInfo Class
PrintInfo Members