'Remove 5-th break
pBreaks.BreaksRemoveByIndex(5, 0)
'Remove 5-th and 6-th breaks
pBreaks.BreaksRemoveByIndex(5, 1)
'Remove 5-th and 4-th breaks
pBreaks.BreaksRemoveByIndex(5, -1)
'Remove from 5-th to 15-th breaks
pBreaks.BreaksRemoveByIndex(5, 10)
'Remove from 5-th to 0 breaks
pBreaks.BreaksRemoveByIndex(5, -10)
//Remove 5-th break
pBreaks.BreaksRemoveByIndex(5, 0);
//Remove 5-th and 6-th breaks
pBreaks.BreaksRemoveByIndex(5, 1);
//Remove 5-th and 4-th breaks
pBreaks.BreaksRemoveByIndex(5, -1);
//Remove from 5-th to 15-th breaks
pBreaks.BreaksRemoveByIndex(5, 10);
//Remove from 5-th to 0 breaks
pBreaks.BreaksRemoveByIndex(5, -10);
//Remove 5-th break
pBreaks.BreaksRemoveByIndex(5, 0);
//Remove 5-th and 6-th breaks
pBreaks.BreaksRemoveByIndex(5, 1);
//Remove 5-th and 4-th breaks
pBreaks.BreaksRemoveByIndex(5, -1);
//Remove from 5-th to 15-th breaks
pBreaks.BreaksRemoveByIndex(5, 10);
//Remove from 5-th to 0 breaks
pBreaks.BreaksRemoveByIndex(5, -10);