Link Search Menu Expand Document

CSVDocument.BeginBreak Event

When loading CSV data into the array object to be printed, if a negative value is specified for the BreakKey property (SpreadColumn.BreakKey property.etc) of the object corresponding to the column, after the data setting of the first row is completed, the BeginBreak event will occur.The BeginBreak event does not occur in a class that does not have a BreakKey property or a class that is not printed.

If negative value is specified in BreakKey property by the object in multiple columns, the BeginBreak event will occur only at big object that has the highest absolute value.Also, if the value of the BreakKey property is the same, the BeginBreak event will only occur for the previously defined object.

Not supported in Mobile