Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Sets or returns an AutoFormatter that specifies how the imported data should be formatted in the table.

Signature
C#C#
Wiki Markup
{description}
{excerpt}Sets or returns an [AutoFormatter|DataImportProperties.AutoFormatter] that specifies how the imported data should be formatted in the table.{excerpt}
{signature:C#}
 public AutoFormatter AutoFormatter{ get; set; }
Signature
{signature}{signature:vb.net
vb.net
}
Public Property AutoFormatter() As AutoFormatter
{signature}