# GrapeCity.Win.Spread.InputMan.CellType.YearMonthFormat

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_YearMonthFormat" data-uid="GrapeCity.Win.Spread.InputMan.CellType.YearMonthFormat" class="text-break">YearMonthFormat Class
</h1>
  <div class="markdown level0 summary"><p>Represents the format for the year and month in the YearMonth calendar.</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"><span class="xref">YearMonthFormat</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.html">GrapeCity.Win.Spread.InputMan.CellType</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Win.PluginInputMan.dll</h6>
  <h5 id="GrapeCity_Win_Spread_InputMan_CellType_YearMonthFormat_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(YearMonthFormatConverter))]
public class YearMonthFormat : INotifyPropertyChanged, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(YearMonthFormatConverter))&gt;
Public Class YearMonthFormat
    Implements INotifyPropertyChanged, ICloneable</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="GrapeCity_Win_Spread_InputMan_CellType_YearMonthFormat__ctor" data-uid="GrapeCity.Win.Spread.InputMan.CellType.YearMonthFormat.#ctor">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.YearMonthFormat.-ctor.html#GrapeCity_Win_Spread_InputMan_CellType_YearMonthFormat__ctor">YearMonthFormat()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes an instance of the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.YearMonthFormat.html">YearMonthFormat</a> class with a default value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_YearMonthFormat__ctor_System_String_System_String_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.YearMonthFormat.#ctor(System.String,System.String)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.YearMonthFormat.-ctor.html#GrapeCity_Win_Spread_InputMan_CellType_YearMonthFormat__ctor_System_String_System_String_">YearMonthFormat(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes an instance of the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.YearMonthFormat.html">YearMonthFormat</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_YearMonthFormat_MonthFormat" data-uid="GrapeCity.Win.Spread.InputMan.CellType.YearMonthFormat.MonthFormat">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.YearMonthFormat.MonthFormat.html#GrapeCity_Win_Spread_InputMan_CellType_YearMonthFormat_MonthFormat">MonthFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the format for the month.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_YearMonthFormat_YearFormat" data-uid="GrapeCity.Win.Spread.InputMan.CellType.YearMonthFormat.YearFormat">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.YearMonthFormat.YearFormat.html#GrapeCity_Win_Spread_InputMan_CellType_YearMonthFormat_YearFormat">YearFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the format for the year.</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="GrapeCity_Win_Spread_InputMan_CellType_YearMonthFormat_Clone" data-uid="GrapeCity.Win.Spread.InputMan.CellType.YearMonthFormat.Clone">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.YearMonthFormat.Clone.html#GrapeCity_Win_Spread_InputMan_CellType_YearMonthFormat_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new object that is a copy of the current instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_YearMonthFormat_OnPropertyChanged_System_ComponentModel_PropertyChangedEventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.YearMonthFormat.OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.YearMonthFormat.OnPropertyChanged.html#GrapeCity_Win_Spread_InputMan_CellType_YearMonthFormat_OnPropertyChanged_System_ComponentModel_PropertyChangedEventArgs_">OnPropertyChanged(PropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when any property is changed.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_YearMonthFormat_PropertyChanged" data-uid="GrapeCity.Win.Spread.InputMan.CellType.YearMonthFormat.PropertyChanged">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.YearMonthFormat.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a property value changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
