Description
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.
C#
vb.net
Methods
Name |
Description |
---|---|
This method must be implemented by the class you want to use as an AutoFormatter. Then, when you import data, you can use DataImportProperties.AutoFormatter to set the AutoFormatter for that data import. |
Nested Classes
Name |
Description |
---|---|
An AutoFormatter.Edge value specifies the location of a table cell in relation to the outer edge of the table. |