Gets or sets a value that indicates whether to display the scrolling content tip.
Syntax
'Declaration
Public Property ScrollingContentVisible As Boolean
'Usage
Dim instance As SheetView
Dim value As Boolean
instance.ScrollingContentVisible = value
value = instance.ScrollingContentVisible
public bool ScrollingContentVisible {get; set;}
See Also