Table of Contents

Enum RowInsertPosition

Namespace
Root.ReportNet.Pdf
Assembly
ReportNet.dll

Specifies the position where a row should be inserted in a table.

public enum RowInsertPosition

Fields

After = 3

Insert the row after a specified position.

Before = 2

Insert the row before a specified position.

First = 0

Insert the row at the beginning of the table.

Last = 1

Insert the row at the end of the table.