ScrollingContentVisible Property
In This Topic
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;}
Property Value
Boolean:
true to display the scrolling content tip;
false otherwise
Example
This example sets the ScrollingContentVisible property.
See Also