Deletes the specified row from this table.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function DeleteRow( _
ByVal Index As Integer _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ITableAnnotation
Dim Index As Integer
Dim value As Boolean
value = instance.DeleteRow(Index)
|
C# | |
---|
bool DeleteRow(
int Index
) |
C++/CLI | |
---|
bool DeleteRow(
& int Index
) |
Parameters
- Index
- Index of the row you want to delete
Return Value
True if the row is deleted successfully, false if not
Remarks
See Also
Availability
SolidWorks 2004 FCS, Revision Number 12.0