{description}
{excerpt}When you import data to a table in your document, you can use the [AutoFormatter|AutoFormatter]  interface to specify how the imported data should be formatted in the table.  {{AutoFormatter}}  contains a single method \- [FormatCell|AutoFormatter.FormatCell(TableCell, Int32, Int32, AutoFormatter.Edge)] \- which must be implemented in a class that you will use as an AutoFormatter. When you import data, set [DataImportProperties.AutoFormatter|DataImportProperties.AutoFormatter] to the class that you created.{excerpt}
{signature:C#}
 public abstract class AutoFormatter
{signature}{signature:vb.net}
Public MustInherit Class AutoFormatter
{signature}
{methods}
||Name||Description||
|[FormatCell(TableCell, Int32, Int32, AutoFormatter.Edge)|AutoFormatter.FormatCell(TableCell, Int32, Int32, AutoFormatter.Edge)]|{excerpt-include:AutoFormatter.FormatCell(TableCell, Int32, Int32, AutoFormatter.Edge)|nopanel=true}|
{classes}
||Name||Description||
|[Edge|AutoFormatter.Edge]|{excerpt-include:AutoFormatter.Edge|nopanel=true}|