# FarPoint.Win.Spread.IFeatures.ExcelCompatibleKeyboardShortcuts

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_IFeatures_ExcelCompatibleKeyboardShortcuts_" data-uid="FarPoint.Win.Spread.IFeatures.ExcelCompatibleKeyboardShortcuts*">ExcelCompatibleKeyboardShortcuts Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_IFeatures_ExcelCompatibleKeyboardShortcuts_" data-uid="FarPoint.Win.Spread.IFeatures.ExcelCompatibleKeyboardShortcuts*"></a>
<h4 id="FarPoint_Win_Spread_IFeatures_ExcelCompatibleKeyboardShortcuts" data-uid="FarPoint.Win.Spread.IFeatures.ExcelCompatibleKeyboardShortcuts">ExcelCompatibleKeyboardShortcuts</h4>
<div class="markdown level1 summary"><p>Gets or sets a boolean value indicating whether to use Excel-compatible keyboard shortcuts.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">bool ExcelCompatibleKeyboardShortcuts { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Property ExcelCompatibleKeyboardShortcuts As Boolean</code></pre>
</div>
<h5 id="FarPoint_Win_Spread_IFeatures_ExcelCompatibleKeyboardShortcuts_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>If this property is set to <code>true</code>, more shortcuts may be changed or added in the future to match with Excel.</p>
<p>This property should not be used with <a class="xref" href="FarPoint.Win.Spread.LegacyBehaviors.html#FarPoint_Win_Spread_LegacyBehaviors_Style">Style</a> because a lot of shortcuts require the flat style mode.</p>
</div>
</div>
