Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralCellType Class / FormatString Property


In This Topic
FormatString Property (GeneralCellType)
In This Topic
Gets or sets the format string used to format the value.
Syntax
'Declaration
 
Public Overridable Property FormatString As String
 
'Usage
 
Dim instance As GeneralCellType
Dim value As String
 
instance.FormatString = value
 
value = instance.FormatString
See Also