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


In This Topic
Formatter Property (StyleInfo)
In This Topic
Gets or sets the formatter of the cell style.
Syntax
'Declaration
 
Public Overridable Property Formatter As IFormatter
 
'Usage
 
Dim instance As StyleInfo
Dim value As IFormatter
 
instance.Formatter = value
 
value = instance.Formatter
See Also