Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
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#
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}{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
aCellaCell

The table cell to format.

Param
aRowaRow

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

Param
aColumnaColumn

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

Param
aLocationaLocationThe location of the cell in relation to the outer edge of the table.
{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}