ScrollingContentVisible Property
Gets or sets a value that indicates whether to display the scrolling content tip.
public bool ScrollingContentVisible {get; set;}
'Declaration
Public Property ScrollingContentVisible As Boolean
'Usage
Dim instance As SheetView
Dim value As Boolean
instance.ScrollingContentVisible = value
value = instance.ScrollingContentVisible
Property Value
Boolean:
true to display the scrolling content tip;
false otherwise
This example sets the ScrollingContentVisible property.