FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedStyle Class / Formatter Property


In This Topic
Formatter Property (NamedStyle)
In This Topic
Gets or sets the formatter for the style.
Syntax
'Declaration
 
Public Overrides Property Formatter As IFormatter
 
'Usage
 
Dim instance As NamedStyle
Dim value As IFormatter
 
instance.Formatter = value
 
value = instance.Formatter
See Also