void setStart(int iAcross, int iDown, int nRecords, int nCopies, int seqOffset)
also
void setStart(int iAcross, int iDown, int nRecords, int nCopies, int seqOffset, int nStart)
Note: This method is not needed for printing using the Print() method.
Sets the parameters for the following properties that may be used during printing or displaying multiple labels using doLabels()
iAcross – the column number at which label printing starts – based on the top left label being 0,0
iDown – the row number at which label printing starts – based on the top left label being 0,0
nRecords – the number of records to be printed
nCopies – the number of copies of each record to be printed
[the total number of labels printed will be nRecords * nCopies)
seqOffset – a values added to all sequence number formulae present on the label – quite useful if the printer jams part way through a long print run!
If the nStart parameter is included this specifies the initial value of the record number passed to the Label() event. If nStart is not included the initial record number is 0.
More: