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
public override IFormatter Formatter {get; set;}
Property Value
IFormatter object containing the formatter for the cells of this style
Example
This example creates a new custom style and sets several of the style properties.
See Also