Home Up Count Item Add Remove Replace Sort Move MoveUp MoveDown OnBarRecordAdded OnBarRecordChanged OnBarRecordRemoved OnBarRecordsSorted OnBarRecordMoved
| |
BarRecordCollection.MoveUp
Moves a bar record up one position
Syntax
group.Bars.MoveUp(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" up one
position
group.Bars.MoveUp
"W2"
|