Inserts a column into this table.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function InsertColumn2( _
ByVal Where As Integer, _
ByVal Index As Integer, _
ByVal Name As String, _
ByVal WidthStyle As Integer _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ITableAnnotation
Dim Where As Integer
Dim Index As Integer
Dim Name As String
Dim WidthStyle As Integer
Dim value As Boolean
value = instance.InsertColumn2(Where, Index, Name, WidthStyle)
|
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
- WidthStyle
- Style of the width of the column as defined in swInsertTableColumnWidthStyle_e
Return Value
True if column is inserted successfully, false if not
Example
Remarks
See Also
Availability
SolidWorks 2010 FCS, Revision Number 18.0