# C1.WPF.FlexGrid.NewSheet

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_FlexGrid_NewSheet" data-uid="C1.WPF.FlexGrid.NewSheet" class="text-break">NewSheet Class
</h1>
  <div class="markdown level0 summary"><p>Special item that doesn't have an associated sheet, it simply creates a new sheet
when it is clicked.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="C1.WPF.FlexGrid.Sheet.html">Sheet</a></div>
    <div class="level2"><span class="xref">NewSheet</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.FlexGrid.html">C1.WPF.FlexGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.FlexSheet.4.6.2.dll</h6>
  <h5 id="C1_WPF_FlexGrid_NewSheet_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class NewSheet : Sheet</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class NewSheet
    Inherits Sheet</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_FlexGrid_NewSheet__ctor" data-uid="C1.WPF.FlexGrid.NewSheet.#ctor">
          <a class="xref" href="C1.WPF.FlexGrid.NewSheet.-ctor.html#C1_WPF_FlexGrid_NewSheet__ctor">NewSheet()</a>
        </td>
        <td class="markdown level1 summary"><p>construct the NewSheet.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_FlexGrid_NewSheet_OnMouseLeftButtonDown_System_Windows_Input_MouseButtonEventArgs_" data-uid="C1.WPF.FlexGrid.NewSheet.OnMouseLeftButtonDown(System.Windows.Input.MouseButtonEventArgs)">
          <a class="xref" href="C1.WPF.FlexGrid.NewSheet.OnMouseLeftButtonDown.html#C1_WPF_FlexGrid_NewSheet_OnMouseLeftButtonDown_System_Windows_Input_MouseButtonEventArgs_">OnMouseLeftButtonDown(MouseButtonEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>override the mouse left button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_NewSheet_OnMouseRightButtonDown_System_Windows_Input_MouseButtonEventArgs_" data-uid="C1.WPF.FlexGrid.NewSheet.OnMouseRightButtonDown(System.Windows.Input.MouseButtonEventArgs)">
          <a class="xref" href="C1.WPF.FlexGrid.NewSheet.OnMouseRightButtonDown.html#C1_WPF_FlexGrid_NewSheet_OnMouseRightButtonDown_System_Windows_Input_MouseButtonEventArgs_">OnMouseRightButtonDown(MouseButtonEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
