# C1.Web.Api.DataEngine.Models.DetailRequest.Keys

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Web_Api_DataEngine_Models_DetailRequest_Keys_" data-uid="C1.Web.Api.DataEngine.Models.DetailRequest.Keys*">Keys Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Web_Api_DataEngine_Models_DetailRequest_Keys_" data-uid="C1.Web.Api.DataEngine.Models.DetailRequest.Keys*"></a>
<h4 id="C1_Web_Api_DataEngine_Models_DetailRequest_Keys" data-uid="C1.Web.Api.DataEngine.Models.DetailRequest.Keys">Keys</h4>
<div class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a> array, which is used to specify some cell.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public object[] Keys { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property Keys As Object()</code></pre>
</div>
<h5 id="C1_Web_Api_DataEngine_Models_DetailRequest_Keys_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Firstly, you need add the values of the fields in rowFields in order into keys.
Then add the values of the fields in columnFields in order.
If some field value is null, JUST add null into array and DO NOT remove it.
ou should keep the count of the keys array same as the count of the fields in rowFields and columnFields.</p>
</div>
</div>
