| Visual Basic | |
|---|---|
Function DeleteRow( _ ByVal 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
Before calling this method, call ITable::TotalRowCount to get a valid value for Index.
ITable Interface
ITable Members
ITable::InsertRow Method ()
ITable::DeleteColumn Method ()
ITable::InsertColumn Method ()
ITable Members
ITable::InsertRow Method ()
ITable::DeleteColumn Method ()
ITable::InsertColumn Method ()
DraftSight V1R4.0
Syntax