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
public bool ScrollBarMaxAlign {get; set;}
See Also