Sets the text value of the specified entry.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetEntryText( _
ByVal Row As Integer, _
ByVal Col As Integer, _
ByVal TextIn As String _
) |
Visual Basic (Usage) | |
---|
Dim instance As IDesignTable
Dim Row As Integer
Dim Col As Integer
Dim TextIn As String
instance.SetEntryText(Row, Col, TextIn)
|
C++/CLI | |
---|
void SetEntryText(
& int Row,
& int Col,
& String^ TextIn
) |
Parameters
- Row
Row number
- Col
Column number
- TextIn
Text value for entry
See Also
Availability
SolidWorks 2000 SP01, Revision Number 8.1