ScrollBarShowMax Property (FpSpread)
In This Topic
Gets or sets whether the displayed scroll bars are based on the entire number of columns and rows in the sheet.
Syntax
'Declaration
Public Property ScrollBarShowMax As Boolean
'Usage
Dim instance As FpSpread
Dim value As Boolean
instance.ScrollBarShowMax = value
value = instance.ScrollBarShowMax
public bool ScrollBarShowMax {get; set;}
See Also