SOLIDWORKS PDM Professional API Help Send Feedback
InsertRow Method (IEdmSWBom)
See Also 
EPDM.Interop.epdm Namespace > IEdmSWBom Interface : InsertRow Method (IEdmSWBom)


lNr
0-based index where to insert the row; 0 to insert in first position, -1 to insert at last position
Inserts a row at the specified index.

Syntax

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

IEdmSWBomRow
 

See Also

Availability

SOLIDWORKS PDM Professional 2021 SP03