Gets or sets the scroll bar alignment with the last row and column of the spreadsheet in the view.
Syntax
Visual Basic (Declaration) | |
---|
Public Property ScrollBarMaxAlign As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As SpreadView
Dim value As Boolean
instance.ScrollBarMaxAlign = value
value = instance.ScrollBarMaxAlign |
C# | |
---|
public bool ScrollBarMaxAlign {get; set;} |
Property Value
Boolean:
true if scroll bar aligns with the last row and column of the spreadsheet;
false otherwise
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also