When you import data to a table in your document, you can use the AutoFormatter interface to specify how the imported data should be formatted in the table. AutoFormatter contains a single method - FormatCell - which must be implemented in a class that you will use as an AutoFormatter. When you import data, set DataImportProperties.AutoFormatter to the class that you created.

 public abstract class AutoFormatter
Public MustInherit Class AutoFormatter

Name

Description

FormatCell(TableCell, Int32, Int32, AutoFormatter.Edge)

Name

Description

Edge