Sets the data type and value in the specified cell.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetEntryValue( _
ByVal Row As Integer, _
ByVal Col As Integer, _
ByVal IsText As Boolean, _
ByVal Retval As String _
) |
Visual Basic (Usage) | |
---|
Dim instance As IDesignTable
Dim Row As Integer
Dim Col As Integer
Dim IsText As Boolean
Dim Retval As String
instance.SetEntryValue(Row, Col, IsText, Retval)
|
Parameters
- Row
- Row number
- Col
- Column number
- IsText
- True for text, false for general
- Retval
- Value of the specific cell
Remarks
See Also
Availability
SolidWorks 2006 FCS, Revision Number 14.0