Inserts a row into this table.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function InsertRow( _
ByVal Where As Integer, _
ByVal Index As Integer _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ITableAnnotation
Dim Where As Integer
Dim Index As Integer
Dim value As Boolean
value = instance.InsertRow(Where, Index)
|
C++/CLI | |
---|
bool InsertRow(
& int Where,
& int Index
) |
Parameters
- Where
Where to insert the new row as defined in swTableItemInsertPosition_e
- Index
- Index of row where to insert new row
Remarks
See Also
Availability
SolidWorks 2004 FCS, Revision Number 12.0