Page tree
    Created with Raphaël 2.1.0
    Loading...
Skip to end of metadata
Go to start of metadata

Description

A RowInsertBehavior value determines what style will be applied to the inserted rows.

C#
public sealed class RowInsertBehavior : TypesafeEnum
vb.net
Public NotInheritable Class RowInsertBehavior
        Inherits TypesafeEnum

Values

Name

Description

Above

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

Below

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

Ignore

The default style will be applied to the new rows.

  • No labels