DeleteRow Method (ITable)
Deletes the specified row from the Table.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function DeleteRow( _
LONG Index As System.Integer _
) As System.Boolean |
C# | |
---|
System.bool DeleteRow(
System.int Index
) |
Parameters
- Index
- Index of the row to delete from the Table
Parameters
- Retval[out] or Return Value
- True if the row is deleted, false if not
Remarks
See Also
Availability
DraftSight V1R4.0