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


In This Topic
AutoFitColumnOptions Property (SpreadView)
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 SpreadView
Dim value As PreferredSizeColumnOptions
 
instance.AutoFitColumnOptions = value
 
value = instance.AutoFitColumnOptions
See Also