DeleteRow Method (IEdmSWBom)
Deletes the specified row from this BOM.
Syntax
Visual Basic (Declaration) | |
---|
Sub DeleteRow( _
ByVal lNr As System.Integer _
) |
C# | |
---|
void DeleteRow(
System.int lNr
) |
C++/CLI | |
---|
void DeleteRow(
& System.int lNr
) |
Parameters
- lNr
- 0-based index of row to delete
See Also