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


In This Topic
TimeSeparator Property (IDateTimeCellType)
In This Topic
Gets or sets a time separator string.
Syntax
'Declaration
 
Property TimeSeparator As String
 
'Usage
 
Dim instance As IDateTimeCellType
Dim value As String
 
instance.TimeSeparator = value
 
value = instance.TimeSeparator
See Also