Moves a row in this table either up one row or down one row.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function MoveRow( _
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.MoveRow(Source, Where, Destination)
|
Parameters
- Source
- Index of row to move
- Where
- Position where to move Source relative to Destination as defined by swTableItemInsertPosition_e
- Destination
- Index of row where to move Source, which is either 1 greater than the Source or 1 less than Source
Return Value
True if a row is moved, false if not
Remarks
See Also
Availability
SolidWorks 2004 FCS, Revision Number 12.0