| Visual Basic | |
|---|---|
Function InsertRow( _ ByVal lNr As System.Integer _ ) As EdmSWBomRow | |
| C# | |
|---|---|
EdmSWBomRow InsertRow( System.int lNr ) | |
| C++/CLI | |
|---|---|
EdmSWBomRow^ InsertRow( & System.int lNr ) | |
Parameters
- lNr
- 0-based index where to insert the row; 0 to insert in first position, -1 to insert at last position
Return Value
IEdmSWBomRowSOLIDWORKS PDM Professional 2021 SP03