Home Up Count Item Add Remove Replace Sort Move MoveUp MoveDown OnBarRecordAdded OnBarRecordChanged OnBarRecordRemoved OnBarRecordsSorted OnBarRecordMoved
| |
BarRecordCollection.Remove
Removes a bar record from the collection
Syntax
group.Bars.Remove(index)
Parameters
index
Index of the bar record. The index can be a 1-based
index or the name of the bar record
Returns
None
Example
This example removes the bar record at index 4
group.Bars.Remove
4
|