# GrapeCity.Spreadsheet.Drawing.IFillFormat.Patterned

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_Drawing_IFillFormat_Patterned_" data-uid="GrapeCity.Spreadsheet.Drawing.IFillFormat.Patterned*">Patterned Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_Drawing_IFillFormat_Patterned_" data-uid="GrapeCity.Spreadsheet.Drawing.IFillFormat.Patterned*"></a>
<h4 id="GrapeCity_Spreadsheet_Drawing_IFillFormat_Patterned_GrapeCity_Drawing_PatternType_" data-uid="GrapeCity.Spreadsheet.Drawing.IFillFormat.Patterned(GrapeCity.Drawing.PatternType)">Patterned(PatternType)</h4>
<div class="markdown level1 summary"><p>Fills the shape with a pattern fill.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">void Patterned(PatternType pattern)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Sub Patterned(pattern As PatternType)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="xref">PatternType</span></td>
      <td><span class="parametername">pattern</span></td>
      <td><p>The type of pattern.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
