# C1.Win.List.ListBase.C1ListBase.ExportToDelimitedFile

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_List_ListBase_C1ListBase_ExportToDelimitedFile_" data-uid="C1.Win.List.ListBase.C1ListBase.ExportToDelimitedFile*">ExportToDelimitedFile Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_List_ListBase_C1ListBase_ExportToDelimitedFile_" data-uid="C1.Win.List.ListBase.C1ListBase.ExportToDelimitedFile*"></a>
<h4 id="C1_Win_List_ListBase_C1ListBase_ExportToDelimitedFile_System_String_C1_Win_List_RowSelectorEnum_" data-uid="C1.Win.List.ListBase.C1ListBase.ExportToDelimitedFile(System.String,C1.Win.List.RowSelectorEnum)">ExportToDelimitedFile(string, RowSelectorEnum)</h4>
<div class="markdown level1 summary"><p>Exports the specified rows from the list to the specified file as delimited ASCII text.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void ExportToDelimitedFile(string outPath, RowSelectorEnum selector)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub ExportToDelimitedFile(outPath As String, selector As RowSelectorEnum)</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.string">string</a></td>
      <td><span class="parametername">outPath</span></td>
      <td><p>Specifies the file to which list rows are exported.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Win.List.RowSelectorEnum.html">RowSelectorEnum</a></td>
      <td><span class="parametername">selector</span></td>
      <td><p>Specifies an optional value that specifies the rows to be exported.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_Win_List_ListBase_C1ListBase_ExportToDelimitedFile_" data-uid="C1.Win.List.ListBase.C1ListBase.ExportToDelimitedFile*"></a>
<h4 id="C1_Win_List_ListBase_C1ListBase_ExportToDelimitedFile_System_String_C1_Win_List_RowSelectorEnum_System_String_" data-uid="C1.Win.List.ListBase.C1ListBase.ExportToDelimitedFile(System.String,C1.Win.List.RowSelectorEnum,System.String)">ExportToDelimitedFile(string, RowSelectorEnum, string)</h4>
<div class="markdown level1 summary"><p>Exports the specified rows from the list to the specified file as delimited ASCII text.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void ExportToDelimitedFile(string outPath, RowSelectorEnum selector, string delim)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub ExportToDelimitedFile(outPath As String, selector As RowSelectorEnum, delim As String)</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.string">string</a></td>
      <td><span class="parametername">outPath</span></td>
      <td><p>Specifies the file to which list rows are exported.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Win.List.RowSelectorEnum.html">RowSelectorEnum</a></td>
      <td><span class="parametername">selector</span></td>
      <td><p>Specifies an optional value that specifies the rows to be exported.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">delim</span></td>
      <td><p>Specifies an optional delimiter string used to separate fields.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_Win_List_ListBase_C1ListBase_ExportToDelimitedFile_" data-uid="C1.Win.List.ListBase.C1ListBase.ExportToDelimitedFile*"></a>
<h4 id="C1_Win_List_ListBase_C1ListBase_ExportToDelimitedFile_System_String_C1_Win_List_RowSelectorEnum_System_String_System_String_" data-uid="C1.Win.List.ListBase.C1ListBase.ExportToDelimitedFile(System.String,C1.Win.List.RowSelectorEnum,System.String,System.String)">ExportToDelimitedFile(string, RowSelectorEnum, string, string)</h4>
<div class="markdown level1 summary"><p>Exports the specified rows from the list to the specified file as delimited ASCII text.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void ExportToDelimitedFile(string outPath, RowSelectorEnum selector, string delim, string prefix)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub ExportToDelimitedFile(outPath As String, selector As RowSelectorEnum, delim As String, prefix As String)</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.string">string</a></td>
      <td><span class="parametername">outPath</span></td>
      <td><p>Specifies the file to which list rows are exported.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Win.List.RowSelectorEnum.html">RowSelectorEnum</a></td>
      <td><span class="parametername">selector</span></td>
      <td><p>Specifies an optional value that specifies the rows to be exported.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">delim</span></td>
      <td><p>Specifies an optional delimiter string used to separate fields.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">prefix</span></td>
      <td><p>Specifies an optional string used with suffix to surround each value.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_Win_List_ListBase_C1ListBase_ExportToDelimitedFile_" data-uid="C1.Win.List.ListBase.C1ListBase.ExportToDelimitedFile*"></a>
<h4 id="C1_Win_List_ListBase_C1ListBase_ExportToDelimitedFile_System_String_C1_Win_List_RowSelectorEnum_System_String_System_String_System_String_" data-uid="C1.Win.List.ListBase.C1ListBase.ExportToDelimitedFile(System.String,C1.Win.List.RowSelectorEnum,System.String,System.String,System.String)">ExportToDelimitedFile(string, RowSelectorEnum, string, string, string)</h4>
<div class="markdown level1 summary"><p>Exports the specified rows from the list to the specified file as delimited ASCII text.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void ExportToDelimitedFile(string outPath, RowSelectorEnum selector, string delim, string prefix, string suffix)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub ExportToDelimitedFile(outPath As String, selector As RowSelectorEnum, delim As String, prefix As String, suffix As String)</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.string">string</a></td>
      <td><span class="parametername">outPath</span></td>
      <td><p>Specifies the file to which list rows are exported.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Win.List.RowSelectorEnum.html">RowSelectorEnum</a></td>
      <td><span class="parametername">selector</span></td>
      <td><p>Specifies an optional value that specifies the rows to be exported.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">delim</span></td>
      <td><p>Specifies an optional delimiter string used to separate fields.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">prefix</span></td>
      <td><p>Specifies an optional string used with suffix to surround each value.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">suffix</span></td>
      <td><p>Specifies an optional string used with prefix to surround each value.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_Win_List_ListBase_C1ListBase_ExportToDelimitedFile_" data-uid="C1.Win.List.ListBase.C1ListBase.ExportToDelimitedFile*"></a>
<h4 id="C1_Win_List_ListBase_C1ListBase_ExportToDelimitedFile_System_String_C1_Win_List_RowSelectorEnum_System_String_System_String_System_String_System_Boolean_" data-uid="C1.Win.List.ListBase.C1ListBase.ExportToDelimitedFile(System.String,C1.Win.List.RowSelectorEnum,System.String,System.String,System.String,System.Boolean)">ExportToDelimitedFile(string, RowSelectorEnum, string, string, string, bool)</h4>
<div class="markdown level1 summary"><p>Exports the specified rows from the list to the specified file as delimited ASCII text.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void ExportToDelimitedFile(string outPath, RowSelectorEnum selector, string delim, string prefix, string suffix, bool headers)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub ExportToDelimitedFile(outPath As String, selector As RowSelectorEnum, delim As String, prefix As String, suffix As String, headers As Boolean)</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.string">string</a></td>
      <td><span class="parametername">outPath</span></td>
      <td><p>Specifies the file to which list rows are exported.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Win.List.RowSelectorEnum.html">RowSelectorEnum</a></td>
      <td><span class="parametername">selector</span></td>
      <td><p>Specifies an optional value that specifies the rows to be exported.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">delim</span></td>
      <td><p>Specifies an optional delimiter string used to separate fields.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">prefix</span></td>
      <td><p>Specifies an optional string used with suffix to surround each value.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">suffix</span></td>
      <td><p>Specifies an optional string used with prefix to surround each value.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">headers</span></td>
      <td><p>Specifies whether the columns headers will be written to the file on the first line.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
