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 RowInsertBehavior value determines what style will be applied to the inserted rows.

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

...

Name

...

Description

...

The style of the new rows will match the style of the row above them.

...

The style of the new rows will match the style of the row below them.

...

{signature}
{values}
||Name||Description||
|{anchor:Above}Above|The style of the new rows will match the style of the row above them.|
|{anchor:Below}Below|The style of the new rows will match the style of the row below them.|
|{anchor:Ignore}Ignore|The default style will be applied to the new rows.|