# C1.Win.Accessibility.Items.BaseInterfaces.IUiaGridProvider

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Accessibility_Items_BaseInterfaces_IUiaGridProvider" data-uid="C1.Win.Accessibility.Items.BaseInterfaces.IUiaGridProvider" class="text-break">IUiaGridProvider Interface
</h1>
  <div class="markdown level0 summary"><p>Exposes methods and properties to support UI Automation client access to controls
that act as containers for a collection of child elements. The children of this
element must implement System.Windows.Automation.Provider.IGridItemProvider and
be organized in a two-dimensional logical coordinate system that can be traversed
(that is, a UI Automation client can move to adjacent controls) by using the
keyboard.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Accessibility.Items.BaseInterfaces.html">C1.Win.Accessibility.Items.BaseInterfaces</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.10.dll</h6>
  <h5 id="C1_Win_Accessibility_Items_BaseInterfaces_IUiaGridProvider_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IUiaGridProvider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IUiaGridProvider</code></pre>
  </div>
  <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="C1_Win_Accessibility_Items_BaseInterfaces_IUiaGridProvider_ColumnCount" data-uid="C1.Win.Accessibility.Items.BaseInterfaces.IUiaGridProvider.ColumnCount">
          <a class="xref" href="C1.Win.Accessibility.Items.BaseInterfaces.IUiaGridProvider.ColumnCount.html#C1_Win_Accessibility_Items_BaseInterfaces_IUiaGridProvider_ColumnCount">ColumnCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the total number of columns in a grid.
Returns: The total number of columns in a grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Accessibility_Items_BaseInterfaces_IUiaGridProvider_RowCount" data-uid="C1.Win.Accessibility.Items.BaseInterfaces.IUiaGridProvider.RowCount">
          <a class="xref" href="C1.Win.Accessibility.Items.BaseInterfaces.IUiaGridProvider.RowCount.html#C1_Win_Accessibility_Items_BaseInterfaces_IUiaGridProvider_RowCount">RowCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the total number of rows in a grid.
Returns: The total number of rows in a grid.</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_Win_Accessibility_Items_BaseInterfaces_IUiaGridProvider_GetItem_System_Int32_System_Int32_" data-uid="C1.Win.Accessibility.Items.BaseInterfaces.IUiaGridProvider.GetItem(System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.Accessibility.Items.BaseInterfaces.IUiaGridProvider.GetItem.html#C1_Win_Accessibility_Items_BaseInterfaces_IUiaGridProvider_GetItem_System_Int32_System_Int32_">GetItem(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Retrieves the UI Automation provider for the specified cell.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
