Setter to access individual JrlLine entries in preparedLines by index.
JrlLine
preparedLines
operator []=(int i, JrlLine value) => preparedLines[i] = value;