Sets the specified equation for the specified row and column of this BOM table.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetCellEquation( _
ByVal Row As System.Integer, _
ByVal Column As System.Integer, _
ByVal IncludeHidden As System.Boolean, _
ByVal Equation As System.String _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ITableAnnotation
Dim Row As System.Integer
Dim Column As System.Integer
Dim IncludeHidden As System.Boolean
Dim Equation As System.String
Dim value As System.Integer
value = instance.SetCellEquation(Row, Column, IncludeHidden, Equation) |
Parameters
- Row
- 0-based index of the row, -1 to set a column equation
- Column
- 0-based index of the column
- IncludeHidden
- True to include hidden rows and columns in the Row and Column indexes, false to not
- Equation
- Equation
Return Value
Return code as defined in
swCellEquationStatus_e
Example
Remarks
See Also
Availability
SOLIDWORKS 2019 FCS, Revision Number 27.0