Description
A RowInsertBehavior value determines what style will be applied to the inserted rows.
C#
vb.net
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. |