Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IDateTimeFormatSupport Interface / GetFormatString Method


In This Topic
GetFormatString Method (IDateTimeFormatSupport)
In This Topic
Gets the date format string of the date cell.
Syntax
'Declaration
 
Function GetFormatString() As String
 
'Usage
 
Dim instance As IDateTimeFormatSupport
Dim value As String
 
value = instance.GetFormatString()

Return Value

The date format string of the date cell.
See Also