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