# GrapeCity.Documents.Word.Templates.BatchStepProcessor.ProcessRecord

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_Templates_BatchStepProcessor_ProcessRecord_" data-uid="GrapeCity.Documents.Word.Templates.BatchStepProcessor.ProcessRecord*">ProcessRecord Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_Templates_BatchStepProcessor_ProcessRecord_" data-uid="GrapeCity.Documents.Word.Templates.BatchStepProcessor.ProcessRecord*"></a>
<h4 id="GrapeCity_Documents_Word_Templates_BatchStepProcessor_ProcessRecord_System_Int32_System_Action_" data-uid="GrapeCity.Documents.Word.Templates.BatchStepProcessor.ProcessRecord(System.Int32,System.Action)">ProcessRecord(int, Action)</h4>
<div class="markdown level1 summary"><p>Executes a single step of batch processing.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void ProcessRecord(int index, Action action)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub ProcessRecord(index As Integer, action As Action)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">index</span></td>
      <td><p>The zero-based index of the record to process. Must not be greater than <a class="xref" href="GrapeCity.Documents.Word.Templates.BatchStepProcessor.MaxRecordIndex.html#GrapeCity_Documents_Word_Templates_BatchStepProcessor_MaxRecordIndex">MaxRecordIndex</a>.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.action">Action</a></td>
      <td><span class="parametername">action</span></td>
      <td><p>A callback to invoke after the record has been processed.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
