Gets the specified cell in this BOM.
Syntax
Visual Basic (Declaration) | |
---|
Function GetCell( _
ByVal lRowNr As System.Integer, _
ByVal lColumnNr As System.Integer _
) As EdmSWBomCell |
C++/CLI | |
---|
EdmSWBomCell^ GetCell(
& System.int lRowNr,
& System.int lColumnNr
) |
Parameters
- lRowNr
- 0-based index of cell row
- lColumnNr
- 0-based index of cell column
Return Value
IEdmSWBomCell
Example
See Also
Availability
SOLIDWORKS PDM Professional 2021 SP03