Version

SpreadsheetToolTipType Enumeration

Enumeration used to identify the type of tooltip being displayed.
Syntax
'Declaration
 
Public Enum SpreadsheetToolTipType 
   Inherits System.Enum
public enum SpreadsheetToolTipType : System.Enum 
Members
MemberDescription
ClippedValueThis is a tooltip containing the display text for a value that cannot be fully displayed within the available area and was displayed as #'s within the cell.
FilterButtonThis is a tooltip for the dropdown button used to display the autofilter.
HyperlinkThis is a tooltip displaying the value of the ToolTip property of a WorksheetHyperlink.
HyperlinkDefaultThis is an auto-generated tooltip for a WorksheetHyperlink whose ToolTip is null.
InvalidDateTimeThis is a tooltip for a cell is formatted to be displayed as a date or time but whose value is negative or too large to be displayed as a date.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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