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


In This Topic
PMString Property (IDateTimeCellType)
In This Topic
Gets or sets the PM string.
Syntax
'Declaration
 
Property PMString As String
 
'Usage
 
Dim instance As IDateTimeCellType
Dim value As String
 
instance.PMString = value
 
value = instance.PMString
See Also