Obsolete. Superseded by ITableAnnnotation::InsertColumn2.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function InsertColumn( _
ByVal Where As Integer, _
ByVal Index As Integer, _
ByVal Name As String _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ITableAnnotation
Dim Where As Integer
Dim Index As Integer
Dim Name As String
Dim value As Boolean
value = instance.InsertColumn(Where, Index, Name)
|
Parameters
- Where
Where to insert the column as specified in swTableItemInsertPosition_e
- Index
Index of the column where to insert the new column
- Name
Column name
Return Value
True if column is inserted successfully, false if not
Example
Remarks
See Also
Availability
SolidWorks 2004 FCS, Revision Number 12.0