Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcDateTime Class / IsInvalidText Property


In This Topic
IsInvalidText Property (GcDateTime)
In This Topic
Gets a bool value that indicates whether the text is invalid.
Syntax
'Declaration
 
Public ReadOnly Property IsInvalidText As Boolean
 
'Usage
 
Dim instance As GcDateTime
Dim value As Boolean
 
value = instance.IsInvalidText

Property Value

A bool value that indicates whether the text is invalid.
Remarks
This propety retrieves whether the text is valid.
See Also