# GrapeCity.Spreadsheet.ActionResult-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_ActionResult_1" data-uid="GrapeCity.Spreadsheet.ActionResult`1" class="text-break">ActionResult&lt;T&gt; Struct
</h1>
  <div class="markdown level0 summary"><p>Represents the executing result of an action.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.html">GrapeCity.Spreadsheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_ActionResult_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct ActionResult&lt;T&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure ActionResult(Of T)</code></pre>
  </div>
  <h5 class="typeParameters">Type Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="parametername">T</span></td>
        <td></td>
      </tr>
    </tbody>
  </table>
  <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_Spreadsheet_ActionResult_1__ctor_System_String_" data-uid="GrapeCity.Spreadsheet.ActionResult`1.#ctor(System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.ActionResult-1.-ctor.html#GrapeCity_Spreadsheet_ActionResult_1__ctor_System_String_">ActionResult(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes an action failed result.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ActionResult_1__ctor_System_String_System_Type_" data-uid="GrapeCity.Spreadsheet.ActionResult`1.#ctor(System.String,System.Type)">
          <a class="xref" href="GrapeCity.Spreadsheet.ActionResult-1.-ctor.html#GrapeCity_Spreadsheet_ActionResult_1__ctor_System_String_System_Type_">ActionResult(string, Type)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes an action failed result.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ActionResult_1__ctor__0_" data-uid="GrapeCity.Spreadsheet.ActionResult`1.#ctor(`0)">
          <a class="xref" href="GrapeCity.Spreadsheet.ActionResult-1.-ctor.html#GrapeCity_Spreadsheet_ActionResult_1__ctor__0_">ActionResult(T)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes an action success result.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ActionResult_1__ctor__0_GrapeCity_Spreadsheet_UI_ActionCategory_" data-uid="GrapeCity.Spreadsheet.ActionResult`1.#ctor(`0,GrapeCity.Spreadsheet.UI.ActionCategory)">
          <a class="xref" href="GrapeCity.Spreadsheet.ActionResult-1.-ctor.html#GrapeCity_Spreadsheet_ActionResult_1__ctor__0_GrapeCity_Spreadsheet_UI_ActionCategory_">ActionResult(T, ActionCategory)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes an action failed result.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ActionResult_1__ctor__0_System_String_GrapeCity_Spreadsheet_UI_ActionCategory_" data-uid="GrapeCity.Spreadsheet.ActionResult`1.#ctor(`0,System.String,GrapeCity.Spreadsheet.UI.ActionCategory)">
          <a class="xref" href="GrapeCity.Spreadsheet.ActionResult-1.-ctor.html#GrapeCity_Spreadsheet_ActionResult_1__ctor__0_System_String_GrapeCity_Spreadsheet_UI_ActionCategory_">ActionResult(T, string, ActionCategory)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes an action failed result.</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_Spreadsheet_ActionResult_1_Category" data-uid="GrapeCity.Spreadsheet.ActionResult`1.Category">
          <a class="xref" href="GrapeCity.Spreadsheet.ActionResult-1.Category.html#GrapeCity_Spreadsheet_ActionResult_1_Category">Category</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the details category.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ActionResult_1_Details" data-uid="GrapeCity.Spreadsheet.ActionResult`1.Details">
          <a class="xref" href="GrapeCity.Spreadsheet.ActionResult-1.Details.html#GrapeCity_Spreadsheet_ActionResult_1_Details">Details</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a string value indicating the details information of executing action.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ActionResult_1_Range" data-uid="GrapeCity.Spreadsheet.ActionResult`1.Range">
          <a class="xref" href="GrapeCity.Spreadsheet.ActionResult-1.Range.html#GrapeCity_Spreadsheet_ActionResult_1_Range">Range</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the corresponding range of the action.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ActionResult_1_Success" data-uid="GrapeCity.Spreadsheet.ActionResult`1.Success">
          <a class="xref" href="GrapeCity.Spreadsheet.ActionResult-1.Success.html#GrapeCity_Spreadsheet_ActionResult_1_Success">Success</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the action is executed successful.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ActionResult_1_Value" data-uid="GrapeCity.Spreadsheet.ActionResult`1.Value">
          <a class="xref" href="GrapeCity.Spreadsheet.ActionResult-1.Value.html#GrapeCity_Spreadsheet_ActionResult_1_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the T value represents the executing result.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="operators">Operators
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Spreadsheet_ActionResult_1_op_Implicit_GrapeCity_Spreadsheet_ActionResult__0___System_Boolean" data-uid="GrapeCity.Spreadsheet.ActionResult`1.op_Implicit(GrapeCity.Spreadsheet.ActionResult{`0})~System.Boolean">
          <a class="xref" href="GrapeCity.Spreadsheet.ActionResult-1.op_Implicit.html#GrapeCity_Spreadsheet_ActionResult_1_op_Implicit_GrapeCity_Spreadsheet_ActionResult__0___System_Boolean">implicit operator bool(ActionResult&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs an implicit conversion from ActionResult&lt;T&gt;/&gt; to <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ActionResult_1_op_Implicit_GrapeCity_Spreadsheet_ActionResult__0____0" data-uid="GrapeCity.Spreadsheet.ActionResult`1.op_Implicit(GrapeCity.Spreadsheet.ActionResult{`0})~`0">
          <a class="xref" href="GrapeCity.Spreadsheet.ActionResult-1.op_Implicit.html#GrapeCity_Spreadsheet_ActionResult_1_op_Implicit_GrapeCity_Spreadsheet_ActionResult__0____0">implicit operator T(ActionResult&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs an implicit conversion from <a class="xref" href="GrapeCity.Spreadsheet.ActionResult-1.html">ActionResult&lt;T&gt;</a> to T.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
