Deletes the specified row from this table.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function DeleteRow2( _
ByVal Index As System.Integer, _
ByVal IncludeHidden As System.Boolean _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ITableAnnotation
Dim Index As System.Integer
Dim IncludeHidden As System.Boolean
Dim value As System.Boolean
value = instance.DeleteRow2(Index, IncludeHidden) |
Parameters
- Index
- Index of the row you want to delete
- IncludeHidden
- True to delete the hidden row, false to not
Return Value
True if the row is deleted successfully, false if not
Remarks
See Also
Availability
SOLIDWORKS 2018 FCS, Revision Number 26.0