Moves a column in this table annotation.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function MoveColumn( _
ByVal Source As Integer, _
ByVal Where As Integer, _
ByVal Destination As Integer _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ITableAnnotation
Dim Source As Integer
Dim Where As Integer
Dim Destination As Integer
Dim value As Boolean
value = instance.MoveColumn(Source, Where, Destination)
|
Parameters
- Source
- Index of column to move
- Where
- Position where to move Source relative to Destination as defined by swTableItemInsertPosition_e
- Destination
- Index of column where to move Source
Return Value
True if a column is moved, false if not
Remarks
See Also
Availability
SolidWorks 2004 FCS, Revision Number 12.0