ScrollBarMaxAlign Property (FpSpread)
Gets or sets whether the scroll bar aligns with the last row and column of the active sheet in the component.
public bool ScrollBarMaxAlign {get; set;}
'Declaration
Public Property ScrollBarMaxAlign As Boolean
'Usage
Dim instance As FpSpread
Dim value As Boolean
instance.ScrollBarMaxAlign = value
value = instance.ScrollBarMaxAlign