# FarPoint.Win.Spread.SpreadView.SaveXmlInputMapFile

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_SpreadView_SaveXmlInputMapFile_" data-uid="FarPoint.Win.Spread.SpreadView.SaveXmlInputMapFile*">SaveXmlInputMapFile Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_SpreadView_SaveXmlInputMapFile_" data-uid="FarPoint.Win.Spread.SpreadView.SaveXmlInputMapFile*"></a>
<h4 id="FarPoint_Win_Spread_SpreadView_SaveXmlInputMapFile_System_String_FarPoint_Win_Spread_InputMapMode_FarPoint_Win_Spread_OperationMode_" data-uid="FarPoint.Win.Spread.SpreadView.SaveXmlInputMapFile(System.String,FarPoint.Win.Spread.InputMapMode,FarPoint.Win.Spread.OperationMode)">SaveXmlInputMapFile(string, InputMapMode, OperationMode)</h4>
<div class="markdown level1 summary"><p>Saves 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 SaveXmlInputMapFile(string fileName, InputMapMode inputMapMode, OperationMode operationMode)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub SaveXmlInputMapFile(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_SaveXmlInputMapFile_" data-uid="FarPoint.Win.Spread.SpreadView.SaveXmlInputMapFile*"></a>
<h4 id="FarPoint_Win_Spread_SpreadView_SaveXmlInputMapFile_System_IO_Stream_FarPoint_Win_Spread_InputMapMode_FarPoint_Win_Spread_OperationMode_" data-uid="FarPoint.Win.Spread.SpreadView.SaveXmlInputMapFile(System.IO.Stream,FarPoint.Win.Spread.InputMapMode,FarPoint.Win.Spread.OperationMode)">SaveXmlInputMapFile(Stream, InputMapMode, OperationMode)</h4>
<div class="markdown level1 summary"><p>Saves 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 SaveXmlInputMapFile(Stream stream, InputMapMode inputMapMode, OperationMode operationMode)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub SaveXmlInputMapFile(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_SaveXmlInputMapFile_" data-uid="FarPoint.Win.Spread.SpreadView.SaveXmlInputMapFile*"></a>
<h4 id="FarPoint_Win_Spread_SpreadView_SaveXmlInputMapFile_System_String_" data-uid="FarPoint.Win.Spread.SpreadView.SaveXmlInputMapFile(System.String)">SaveXmlInputMapFile(string)</h4>
<div class="markdown level1 summary"><p>Saves 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 SaveXmlInputMapFile(string fileName)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub SaveXmlInputMapFile(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_SaveXmlInputMapFile_" data-uid="FarPoint.Win.Spread.SpreadView.SaveXmlInputMapFile*"></a>
<h4 id="FarPoint_Win_Spread_SpreadView_SaveXmlInputMapFile_System_IO_Stream_" data-uid="FarPoint.Win.Spread.SpreadView.SaveXmlInputMapFile(System.IO.Stream)">SaveXmlInputMapFile(Stream)</h4>
<div class="markdown level1 summary"><p>Saves 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 SaveXmlInputMapFile(Stream stream)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub SaveXmlInputMapFile(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 file stream.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
