Deletes the specified column in this table.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function DeleteColumn( _
ByVal Index As Integer _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ITableAnnotation
Dim Index As Integer
Dim value As Boolean
value = instance.DeleteColumn(Index)
|
C# | |
---|
bool DeleteColumn(
int Index
) |
C++/CLI | |
---|
bool DeleteColumn(
& int Index
) |
Parameters
- Index
Index of the column you want to delete
Return Value
True if column is deleted successfully, false if not
Remarks
See Also
Availability
SolidWorks 2004 FCS, Revision Number 12.0