Deletes the specified column from this BOM.
Syntax
Visual Basic (Declaration) | |
---|
Sub DeleteColumn( _
ByVal lNr As System.Integer _
) |
C# | |
---|
void DeleteColumn(
System.int lNr
) |
C++/CLI | |
---|
void DeleteColumn(
& System.int lNr
) |
Parameters
- lNr
- 0-based index of column to delete
See Also
Availability
SOLIDWORKS PDM Professional 2021 SP03