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
) |
JavaScript | |
---|
DeleteRow(
Index : Number
) : Boolean |
Parameters
- Index
- Index of the row to delete from the Table
- Retval[out] or Return Value
- True if the row is deleted, false if not
Remarks
See Also
Availability
DraftSight V1R4.0