Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DataValidationSuggestionItem Structure / GetDate Method


In This Topic
GetDate Method (DataValidationSuggestionItem)
In This Topic
Gets the System.Double value.
Syntax
'Declaration
 
Public Function GetDate() As Date
 
'Usage
 
Dim instance As DataValidationSuggestionItem
Dim value As Date
 
value = instance.GetDate()

Return Value

An System.Double value.
See Also