Gets or sets the maximum height in pixels for the scrolling content tip.
Syntax
'Declaration
Public Property ScrollingContentMaxHeight As Integer
'Usage
Dim instance As SheetView
Dim value As Integer
instance.ScrollingContentMaxHeight = value
value = instance.ScrollingContentMaxHeight
public int ScrollingContentMaxHeight {get; set;}
See Also