# GrapeCity.Win.Spread.InputMan.CellType.SubItem

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_SubItem" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItem" class="text-break">SubItem Class
</h1>
  <div class="markdown level0 summary"><p>Represents a <b>SubItem</b> class.</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">SubItem</span></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_SubItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class SubItem</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class SubItem</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_SubItem__ctor" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItem.#ctor">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItem.-ctor.html#GrapeCity_Win_Spread_InputMan_CellType_SubItem__ctor">SubItem()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItem.html">SubItem</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SubItem__ctor_System_Object_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItem.#ctor(System.Object)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItem.-ctor.html#GrapeCity_Win_Spread_InputMan_CellType_SubItem__ctor_System_Object_">SubItem(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItem.html">SubItem</a> class with values.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SubItem__ctor_System_Object_System_Object_System_Drawing_ContentAlignment_System_Boolean_System_Boolean_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItem.#ctor(System.Object,System.Object,System.Drawing.ContentAlignment,System.Boolean,System.Boolean)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItem.-ctor.html#GrapeCity_Win_Spread_InputMan_CellType_SubItem__ctor_System_Object_System_Object_System_Drawing_ContentAlignment_System_Boolean_System_Boolean_">SubItem(object, object, ContentAlignment, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItem.html">SubItem</a> class with values.</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_SubItem_ContentAlignment" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItem.ContentAlignment">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItem.ContentAlignment.html#GrapeCity_Win_Spread_InputMan_CellType_SubItem_ContentAlignment">ContentAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that represents alignment of the text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SubItem_Ellipsis" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItem.Ellipsis">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItem.Ellipsis.html#GrapeCity_Win_Spread_InputMan_CellType_SubItem_Ellipsis">Ellipsis</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">bool</a> value indicating whether ought to display ellipsis when text can't display completely.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SubItem_Padding" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItem.Padding">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItem.Padding.html#GrapeCity_Win_Spread_InputMan_CellType_SubItem_Padding">Padding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItem.Padding.html#GrapeCity_Win_Spread_InputMan_CellType_SubItem_Padding">Padding</a> value indicates the margin of the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItem.html">SubItem</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SubItem_Tag" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItem.Tag">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItem.Tag.html#GrapeCity_Win_Spread_InputMan_CellType_SubItem_Tag">Tag</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that user free set.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SubItem_Value" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItem.Value">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItem.Value.html#GrapeCity_Win_Spread_InputMan_CellType_SubItem_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that represents value of the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItem.html">SubItem</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SubItem_WordWrap" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItem.WordWrap">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItem.WordWrap.html#GrapeCity_Win_Spread_InputMan_CellType_SubItem_WordWrap">WordWrap</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">bool</a> value indicating whether the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItem.html">SubItem</a> can word wrap or not.</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_SubItem_ResetContentAlignment" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItem.ResetContentAlignment">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItem.ResetContentAlignment.html#GrapeCity_Win_Spread_InputMan_CellType_SubItem_ResetContentAlignment">ResetContentAlignment()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the content alignment.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SubItem_ResetEllipsis" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItem.ResetEllipsis">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItem.ResetEllipsis.html#GrapeCity_Win_Spread_InputMan_CellType_SubItem_ResetEllipsis">ResetEllipsis()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the ellipsis.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SubItem_ResetPadding" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItem.ResetPadding">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItem.ResetPadding.html#GrapeCity_Win_Spread_InputMan_CellType_SubItem_ResetPadding">ResetPadding()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the padding.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SubItem_ResetWordWrap" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItem.ResetWordWrap">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItem.ResetWordWrap.html#GrapeCity_Win_Spread_InputMan_CellType_SubItem_ResetWordWrap">ResetWordWrap()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the word wrap.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
