Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / DateTimeCellType Class / GetNewFormat Method


In This Topic
GetNewFormat Method (DateTimeCellType)
In This Topic
Gets the new format for formatting date values or time values or both.
Syntax
'Declaration
 
Protected Function GetNewFormat() As String
 
'Usage
 
Dim instance As DateTimeCellType
Dim value As String
 
value = instance.GetNewFormat()
See Also