Deletes the specified column in this table.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function DeleteColumn2( _
ByVal Index As System.Integer, _
ByVal IncludeHidden As System.Boolean _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ITableAnnotation
Dim Index As System.Integer
Dim IncludeHidden As System.Boolean
Dim value As System.Boolean
value = instance.DeleteColumn2(Index, IncludeHidden) |
Parameters
- Index
Index of the column you want to delete
- IncludeHidden
- True to delete the hidden column, false to not
Return Value
True if column is deleted successfully, false if not
Remarks
See Also
Availability
SOLIDWORKS 2018 FCS, Revision Number 26.0