Spread Windows Forms 12.0 Product Documentation
AutoFitColumnOptions Property (FpSpread)
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : AutoFitColumnOptions Property
Gets or sets the behavior of automatic fit when double-clicking the right edge of the column header.
Syntax
'Declaration
 
Public Property AutoFitColumnOptions As PreferredSizeColumnOptions
'Usage
 
Dim instance As FpSpread
Dim value As PreferredSizeColumnOptions
 
instance.AutoFitColumnOptions = value
 
value = instance.AutoFitColumnOptions
public PreferredSizeColumnOptions AutoFitColumnOptions {get; set;}
Example
This example sets the automatic fit options.
See Also

Reference

FpSpread Class
FpSpread Members