FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IDateTimeCellType Interface / UserDefinedFormat Property


In This Topic
UserDefinedFormat Property (IDateTimeCellType)
In This Topic
Gets or sets a custom date format string.
Syntax
'Declaration
 
Property UserDefinedFormat As String
 
'Usage
 
Dim instance As IDateTimeCellType
Dim value As String
 
instance.UserDefinedFormat = value
 
value = instance.UserDefinedFormat
See Also