| Visual Basic | |
|---|---|
Public Enum EdmBomInsertRowOption Inherits System.Enum | |
| C# | |
|---|---|
public enum EdmBomInsertRowOption : System.Enum | |
| C++/CLI | |
|---|---|
public enum class EdmBomInsertRowOption : public System.Enum | |
| Member | Description |
|---|---|
| EdmBomInsertRowOption_AboveRow | 0 = Insert the new row above the specified row |
| EdmBomInsertRowOption_AsChild | 2 = Insert the new row as a child of the specified row |
| EdmBomInsertRowOption_BelowRow | 1 = Insert the new row below the specified row |