Home Up Count Item Add Remove Replace Sort Move MoveUp MoveDown OnBarRecordAdded OnBarRecordChanged OnBarRecordRemoved OnBarRecordsSorted OnBarRecordMoved
| |
BarRecordCollection.MoveDown
Moves a bar record down one position
Syntax
group.Bars.MoveDown(barrec)
Parameters
barrec
Bar record to be moved. This can be the mark number, index,
or a BarRecord object. If dupiclate mark numbers exist, the first one will be selected
Returns
None
Example
This example moves bar record with mark "W2" down
one position
group.Bars.MoveDown
"W2"
|