Page tree

Versions Compared

Key

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

Excerpt

A ColumnInsertBehavior value determines what style will be applied to the inserted columns.

Signature
C#C#
Wiki Markup
{description}
{excerpt}A [ColumnInsertBehavior|Style.ColumnInsertBehavior] value determines what style will be applied to the inserted columns.{excerpt}
{signature:C#}
 public sealed class ColumnInsertBehavior : TypesafeEnum
Signature
{signature}{signature:vb.net
vb.net
}
Public NotInheritable Class ColumnInsertBehavior
		Inherits TypesafeEnum
Values

...

Name

...

Description

...

The default style will be applied to the new columns.

...

The style of the new columns will match the style of the column to their left

...

{signature}
{values}
||Name||Description||
|{anchor:Ignore}Ignore|The default style will be applied to the new columns.|
|{anchor:Left}Left|The style of the new columns will match the style of the column to their left|
|{anchor:Right}Right|The style of the new columns will match the style of the column to their right|