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
Wiki Markup
{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|DataImportProperties.AutoFormatter] to set the AutoFormatter for that data import.{excerpt}
{signature:C#}
 public abstract void FormatCell(TableCell aCell, int aRow, int aColumn, Edge aLocation)
{signature}{signature:vb.net}
Public MustOverride Sub FormatCell(ByVal aCell As TableCell, ByVal aRow As Integer, ByVal aColumn As Integer, ByVal aLocation As Edge)
{signature}
{parameters}
{param:aCell}The table cell to format.{param}
{param:aRow}The 0\-based row index of the cell to format.{param}
{param:aColumn}The 0\-based column index of the cell to format.{param}
{param:aLocation}The location of the cell in relation to the outer edge of the table.{param}