Xceed Workbooks for .NET v2.0 Documentation
Show Property


Xceed.Workbooks.NET Assembly > Xceed.Workbooks.NET Namespace > DataValidationMessage Class : Show Property
Gets or sets if the input message is displayed when the user selects or hovers over the target Cell(s).
Syntax
'Declaration
 
Public Property Show As Boolean
'Usage
 
Dim instance As DataValidationMessage
Dim value As Boolean
 
instance.Show = value
 
value = instance.Show
public bool Show {get; set;}
Remarks
When set to true, the message will be displayed when the user selects or hovers over the selected Cell(s).
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, 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

Reference

DataValidationMessage Class
DataValidationMessage Members