Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / AutoFitColumnOptions Property


In This Topic
AutoFitColumnOptions Property (FpSpread)
In This Topic
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
See Also