Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / DateTimeCellType Class / UserDefinedFormat Property


UserDefinedFormat Property (DateTimeCellType)
Gets or sets the format used when the date-time format is user-defined.
Syntax
'Declaration
 
Public Property UserDefinedFormat As String
 
'Usage
 
Dim instance As DateTimeCellType
Dim value As String
 
instance.UserDefinedFormat = value
 
value = instance.UserDefinedFormat
Exceptions
ExceptionDescription
Specified format is not valid
See Also