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


In This Topic
ScrollBarMaxAlign Property (FpSpread)
In This Topic
Gets or sets whether the scroll bar aligns with the last row and column of the active sheet in the component.
Syntax
'Declaration
 
Public Property ScrollBarMaxAlign As Boolean
 
'Usage
 
Dim instance As FpSpread
Dim value As Boolean
 
instance.ScrollBarMaxAlign = value
 
value = instance.ScrollBarMaxAlign
See Also