Spread Windows Forms 12.0 Product Documentation
AutoFitRowOptions Property (SpreadView)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SpreadView Class : AutoFitRowOptions Property
Gets or sets the behavior of automatic fit when double-clicking the bottom edge of the row header.
Syntax
'Declaration
 
Public Property AutoFitRowOptions As PreferredSizeRowOptions
'Usage
 
Dim instance As SpreadView
Dim value As PreferredSizeRowOptions
 
instance.AutoFitRowOptions = value
 
value = instance.AutoFitRowOptions
public PreferredSizeRowOptions AutoFitRowOptions {get; set;}
See Also

Reference

SpreadView Class
SpreadView Members