'Declaration Public Overridable Property Formatter As IFormatter
'Usage Dim instance As StyleInfo Dim value As IFormatter instance.Formatter = value value = instance.Formatter
public virtual IFormatter Formatter {get; set;}
'Declaration Public Overridable Property Formatter As IFormatter
'Usage Dim instance As StyleInfo Dim value As IFormatter instance.Formatter = value value = instance.Formatter
public virtual IFormatter Formatter {get; set;}
This property is available at run time only.
The setting for this property can be overridden if a named style is assigned to the cell using the StyleName property, and that named style sets the formatter to use.