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


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