In This Topic
Interface that defines the methods and properties required by objects used as formatters.
Formatters are responsible for formatting cell contents.
Object Model
Syntax
'Declaration
Public Interface IFormatter
'Usage
Dim instance As IFormatter
public interface IFormatter
See Also