Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Description

Excerpt

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.

Signature
C#
C#
 public abstract void FormatCell(TableCell aCell, int aRow, int aColumn, Edge aLocation)
Signature
vb.net
vb.net
Public MustOverride Sub FormatCell(ByVal aCell As TableCell, ByVal aRow As Integer, ByVal aColumn As Integer, ByVal aLocation As Edge)
Parameters
Param
aCell
aCell

The table cell to format.

Param
aRow
aRow

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

Param
aColumn
aColumn

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

Param
aLocation
aLocation

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