# FarPoint.Win.Spread.SpreadView.LoadXmlInputMapFile

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_SpreadView_LoadXmlInputMapFile_" data-uid="FarPoint.Win.Spread.SpreadView.LoadXmlInputMapFile*">LoadXmlInputMapFile Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_SpreadView_LoadXmlInputMapFile_" data-uid="FarPoint.Win.Spread.SpreadView.LoadXmlInputMapFile*"></a>
<h4 id="FarPoint_Win_Spread_SpreadView_LoadXmlInputMapFile_System_String_FarPoint_Win_Spread_OperationMode_" data-uid="FarPoint.Win.Spread.SpreadView.LoadXmlInputMapFile(System.String,FarPoint.Win.Spread.OperationMode)">LoadXmlInputMapFile(string, OperationMode)</h4>
<div class="markdown level1 summary"><p>Loads the XML input map file using the specified operation mode.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void LoadXmlInputMapFile(string fileName, OperationMode operationMode)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub LoadXmlInputMapFile(fileName As String, operationMode As OperationMode)</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">fileName</span></td>
      <td><p>Name of the file.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.OperationMode.html">OperationMode</a></td>
      <td><span class="parametername">operationMode</span></td>
      <td><p>The operation mode.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_SpreadView_LoadXmlInputMapFile_" data-uid="FarPoint.Win.Spread.SpreadView.LoadXmlInputMapFile*"></a>
<h4 id="FarPoint_Win_Spread_SpreadView_LoadXmlInputMapFile_System_IO_Stream_FarPoint_Win_Spread_OperationMode_" data-uid="FarPoint.Win.Spread.SpreadView.LoadXmlInputMapFile(System.IO.Stream,FarPoint.Win.Spread.OperationMode)">LoadXmlInputMapFile(Stream, OperationMode)</h4>
<div class="markdown level1 summary"><p>Loads the XML input map file using the specified operation mode.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void LoadXmlInputMapFile(Stream stream, OperationMode operationMode)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub LoadXmlInputMapFile(stream As Stream, operationMode As OperationMode)</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.io.stream">Stream</a></td>
      <td><span class="parametername">stream</span></td>
      <td><p>The file stream.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.OperationMode.html">OperationMode</a></td>
      <td><span class="parametername">operationMode</span></td>
      <td><p>The operation mode.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_SpreadView_LoadXmlInputMapFile_" data-uid="FarPoint.Win.Spread.SpreadView.LoadXmlInputMapFile*"></a>
<h4 id="FarPoint_Win_Spread_SpreadView_LoadXmlInputMapFile_System_String_FarPoint_Win_Spread_InputMapMode_FarPoint_Win_Spread_OperationMode_" data-uid="FarPoint.Win.Spread.SpreadView.LoadXmlInputMapFile(System.String,FarPoint.Win.Spread.InputMapMode,FarPoint.Win.Spread.OperationMode)">LoadXmlInputMapFile(string, InputMapMode, OperationMode)</h4>
<div class="markdown level1 summary"><p>Loads the XML input map file using the specified input map mode and operation mode.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void LoadXmlInputMapFile(string fileName, InputMapMode inputMapMode, OperationMode operationMode)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub LoadXmlInputMapFile(fileName As String, inputMapMode As InputMapMode, operationMode As OperationMode)</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">fileName</span></td>
      <td><p>Name of the file.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.InputMapMode.html">InputMapMode</a></td>
      <td><span class="parametername">inputMapMode</span></td>
      <td><p>The input map mode.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.OperationMode.html">OperationMode</a></td>
      <td><span class="parametername">operationMode</span></td>
      <td><p>The operation mode.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_SpreadView_LoadXmlInputMapFile_" data-uid="FarPoint.Win.Spread.SpreadView.LoadXmlInputMapFile*"></a>
<h4 id="FarPoint_Win_Spread_SpreadView_LoadXmlInputMapFile_System_IO_Stream_FarPoint_Win_Spread_InputMapMode_FarPoint_Win_Spread_OperationMode_" data-uid="FarPoint.Win.Spread.SpreadView.LoadXmlInputMapFile(System.IO.Stream,FarPoint.Win.Spread.InputMapMode,FarPoint.Win.Spread.OperationMode)">LoadXmlInputMapFile(Stream, InputMapMode, OperationMode)</h4>
<div class="markdown level1 summary"><p>Loads the XML input map file using the specified input map mode and operation mode.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void LoadXmlInputMapFile(Stream stream, InputMapMode inputMapMode, OperationMode operationMode)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub LoadXmlInputMapFile(stream As Stream, inputMapMode As InputMapMode, operationMode As OperationMode)</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.io.stream">Stream</a></td>
      <td><span class="parametername">stream</span></td>
      <td><p>The file stream.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.InputMapMode.html">InputMapMode</a></td>
      <td><span class="parametername">inputMapMode</span></td>
      <td><p>The input map mode.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.OperationMode.html">OperationMode</a></td>
      <td><span class="parametername">operationMode</span></td>
      <td><p>The operation mode.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_SpreadView_LoadXmlInputMapFile_" data-uid="FarPoint.Win.Spread.SpreadView.LoadXmlInputMapFile*"></a>
<h4 id="FarPoint_Win_Spread_SpreadView_LoadXmlInputMapFile_System_String_" data-uid="FarPoint.Win.Spread.SpreadView.LoadXmlInputMapFile(System.String)">LoadXmlInputMapFile(string)</h4>
<div class="markdown level1 summary"><p>Loads the XML input map file.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void LoadXmlInputMapFile(string fileName)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub LoadXmlInputMapFile(fileName 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">fileName</span></td>
      <td><p>Name of the file.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_SpreadView_LoadXmlInputMapFile_" data-uid="FarPoint.Win.Spread.SpreadView.LoadXmlInputMapFile*"></a>
<h4 id="FarPoint_Win_Spread_SpreadView_LoadXmlInputMapFile_System_IO_Stream_" data-uid="FarPoint.Win.Spread.SpreadView.LoadXmlInputMapFile(System.IO.Stream)">LoadXmlInputMapFile(Stream)</h4>
<div class="markdown level1 summary"><p>Loads the XML input map file.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void LoadXmlInputMapFile(Stream stream)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub LoadXmlInputMapFile(stream As Stream)</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.io.stream">Stream</a></td>
      <td><span class="parametername">stream</span></td>
      <td><p>The stream of the file.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
