[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Templates.BatchStepProcessor.ProcessRecord

ProcessRecord Method

ProcessRecord(int, Action)

Executes a single step of batch processing.

Declaration
public void ProcessRecord(int index, Action action)
Public Sub ProcessRecord(index As Integer, action As Action)
Parameters
Type Name Description
int index

The zero-based index of the record to process. Must not be greater than MaxRecordIndex.

Action action

A callback to invoke after the record has been processed.