# FarPoint.Win.Spread.CombinedStyleInfo.Items

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_CombinedStyleInfo_Items_" data-uid="FarPoint.Win.Spread.CombinedStyleInfo.Items*">Items Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_CombinedStyleInfo_Items_" data-uid="FarPoint.Win.Spread.CombinedStyleInfo.Items*"></a>
<h4 id="FarPoint_Win_Spread_CombinedStyleInfo_Items" data-uid="FarPoint.Win.Spread.CombinedStyleInfo.Items">Items</h4>
<div class="markdown level1 summary"><p>Gets a <a class="xref" href="FarPoint.Win.Spread.AppearanceStyleInfo.html">AppearanceStyleInfo</a> collection that indicates which CellStyle object is combined.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public AppearanceStyleCollection Items { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property Items As AppearanceStyleCollection</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.AppearanceStyleCollection.html">AppearanceStyleCollection</a></td>
      <td><p>A <a class="xref" href="FarPoint.Win.Spread.AppearanceStyleCollection.html">AppearanceStyleCollection</a> value that represents the combined CellStyle object.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="FarPoint_Win_Spread_CombinedStyleInfo_Items_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property is used to manage a group of <a class="xref" href="FarPoint.Win.Spread.AppearanceStyleInfo.html">AppearanceStyleInfo</a>s. Any <a class="xref" href="FarPoint.Win.Spread.AppearanceStyleInfo.html">AppearanceStyleInfo</a> or <a class="xref" href="FarPoint.Win.Spread.AppearanceStyleInfo.html">AppearanceStyleInfo</a> derivative type can be added to this collection. If there are multiple <a class="xref" href="FarPoint.Win.Spread.AppearanceStyleInfo.html">AppearanceStyleInfo</a>s' and the same property has different values, the last effective <a class="xref" href="FarPoint.Win.Spread.AppearanceStyleInfo.html">AppearanceStyleInfo</a> property is used as the final property value. If a specific property value is &quot;inherit&quot; or &quot;empty&quot; in all <a class="xref" href="FarPoint.Win.Spread.AppearanceStyleInfo.html">AppearanceStyleInfo</a>s in the collection, the property's final value is &quot;inherit&quot; or &quot;empty&quot;. If the <a class="xref" href="FarPoint.Win.Spread.CombinedStyleInfo.Items.html#FarPoint_Win_Spread_CombinedStyleInfo_Items">Items</a> property has no item, all property values are &quot;inherit&quot; or &quot;empty&quot;.</p>
</div>
</div>
