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