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.

 public abstract void FormatCell(TableCell aCell, int aRow, int aColumn, Edge aLocation)
Public MustOverride Sub FormatCell(ByVal aCell As TableCell, ByVal aRow As Integer, ByVal aColumn As Integer, ByVal aLocation As Edge)

The table cell to format.

The 0-based row index of the cell to format.

The 0-based column index of the cell to format.

The location of the cell in relation to the outer edge of the table.