Table of Contents

Property RecordsSkipped

Namespace
DocWright.MailMerge
Assembly
DocWright.MailMerge.dll

RecordsSkipped

Gets the number of records a SKIPIF discarded.

public int RecordsSkipped { get; }

Property Value

int

Remarks

Worth asserting on in a test. A merge that drops records produces a document that is structurally perfect and simply shorter than it should be, so the record count is the only thing that changes when the comparison underneath SKIPIF regresses.