Inserts a row at the specified index.
Syntax
Visual Basic (Declaration) | |
---|
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
IEdmSWBomRow
See Also
Availability
SOLIDWORKS PDM Professional 2021 SP03