# GrapeCity.Spreadsheet.FormatResult

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_FormatResult" data-uid="GrapeCity.Spreadsheet.FormatResult" class="text-break">FormatResult Struct
</h1>
  <div class="markdown level0 summary"><p>Represents the formatting value result.</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_FormatResult_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct FormatResult</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure FormatResult</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Spreadsheet_FormatResult_AnyValue" data-uid="GrapeCity.Spreadsheet.FormatResult.AnyValue">
          <a class="xref" href="GrapeCity.Spreadsheet.FormatResult.AnyValue.html">AnyValue</a>
        </td>
        <td class="markdown level1 summary"><p>Represents any value which may be formatted.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FormatResult_Failed" data-uid="GrapeCity.Spreadsheet.FormatResult.Failed">
          <a class="xref" href="GrapeCity.Spreadsheet.FormatResult.Failed.html">Failed</a>
        </td>
        <td class="markdown level1 summary"><p>Represents an unsuccess format 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_FormatResult_Color" data-uid="GrapeCity.Spreadsheet.FormatResult.Color">
          <a class="xref" href="GrapeCity.Spreadsheet.FormatResult.Color.html#GrapeCity_Spreadsheet_FormatResult_Color">Color</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the formatting color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FormatResult_DisplayStyle" data-uid="GrapeCity.Spreadsheet.FormatResult.DisplayStyle">
          <a class="xref" href="GrapeCity.Spreadsheet.FormatResult.DisplayStyle.html#GrapeCity_Spreadsheet_FormatResult_DisplayStyle">DisplayStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the formatted text should be displayed as numeric style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FormatResult_RepeatChar" data-uid="GrapeCity.Spreadsheet.FormatResult.RepeatChar">
          <a class="xref" href="GrapeCity.Spreadsheet.FormatResult.RepeatChar.html#GrapeCity_Spreadsheet_FormatResult_RepeatChar">RepeatChar</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the repeating character.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FormatResult_RepeatIndex" data-uid="GrapeCity.Spreadsheet.FormatResult.RepeatIndex">
          <a class="xref" href="GrapeCity.Spreadsheet.FormatResult.RepeatIndex.html#GrapeCity_Spreadsheet_FormatResult_RepeatIndex">RepeatIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the position of the repeat character.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FormatResult_RichText" data-uid="GrapeCity.Spreadsheet.FormatResult.RichText">
          <a class="xref" href="GrapeCity.Spreadsheet.FormatResult.RichText.html#GrapeCity_Spreadsheet_FormatResult_RichText">RichText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the rich text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FormatResult_Success" data-uid="GrapeCity.Spreadsheet.FormatResult.Success">
          <a class="xref" href="GrapeCity.Spreadsheet.FormatResult.Success.html#GrapeCity_Spreadsheet_FormatResult_Success">Success</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the formatting process successed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FormatResult_Text" data-uid="GrapeCity.Spreadsheet.FormatResult.Text">
          <a class="xref" href="GrapeCity.Spreadsheet.FormatResult.Text.html#GrapeCity_Spreadsheet_FormatResult_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the formatted text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FormatResult_UnformattedText" data-uid="GrapeCity.Spreadsheet.FormatResult.UnformattedText">
          <a class="xref" href="GrapeCity.Spreadsheet.FormatResult.UnformattedText.html#GrapeCity_Spreadsheet_FormatResult_UnformattedText">UnformattedText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the unformatted text.</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="GrapeCity_Spreadsheet_FormatResult_Create_GrapeCity_Spreadsheet_RichText_" data-uid="GrapeCity.Spreadsheet.FormatResult.Create(GrapeCity.Spreadsheet.RichText)">
          <a class="xref" href="GrapeCity.Spreadsheet.FormatResult.Create.html#GrapeCity_Spreadsheet_FormatResult_Create_GrapeCity_Spreadsheet_RichText_">Create(RichText)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a formatted result.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FormatResult_Create_System_String_GrapeCity_Spreadsheet_DisplayValueStyle_GrapeCity_Spreadsheet_FormatColorEnum_" data-uid="GrapeCity.Spreadsheet.FormatResult.Create(System.String,GrapeCity.Spreadsheet.DisplayValueStyle,GrapeCity.Spreadsheet.FormatColorEnum)">
          <a class="xref" href="GrapeCity.Spreadsheet.FormatResult.Create.html#GrapeCity_Spreadsheet_FormatResult_Create_System_String_GrapeCity_Spreadsheet_DisplayValueStyle_GrapeCity_Spreadsheet_FormatColorEnum_">Create(string, DisplayValueStyle, FormatColorEnum)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a formatted result.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FormatResult_Create_System_String_System_Int32_System_Char_GrapeCity_Spreadsheet_DisplayValueStyle_GrapeCity_Spreadsheet_FormatColorEnum_" data-uid="GrapeCity.Spreadsheet.FormatResult.Create(System.String,System.Int32,System.Char,GrapeCity.Spreadsheet.DisplayValueStyle,GrapeCity.Spreadsheet.FormatColorEnum)">
          <a class="xref" href="GrapeCity.Spreadsheet.FormatResult.Create.html#GrapeCity_Spreadsheet_FormatResult_Create_System_String_System_Int32_System_Char_GrapeCity_Spreadsheet_DisplayValueStyle_GrapeCity_Spreadsheet_FormatColorEnum_">Create(string, int, char, DisplayValueStyle, FormatColorEnum)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a formatted result with repeat character.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FormatResult_GetDynamicSpacePositions" data-uid="GrapeCity.Spreadsheet.FormatResult.GetDynamicSpacePositions">
          <a class="xref" href="GrapeCity.Spreadsheet.FormatResult.GetDynamicSpacePositions.html#GrapeCity_Spreadsheet_FormatResult_GetDynamicSpacePositions">GetDynamicSpacePositions()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the positions of dynamic space characters.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FormatResult_IsEmptyText" data-uid="GrapeCity.Spreadsheet.FormatResult.IsEmptyText">
          <a class="xref" href="GrapeCity.Spreadsheet.FormatResult.IsEmptyText.html#GrapeCity_Spreadsheet_FormatResult_IsEmptyText">IsEmptyText()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a boolean value indicating whether the display text is empty.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FormatResult_RemoveNewLines" data-uid="GrapeCity.Spreadsheet.FormatResult.RemoveNewLines">
          <a class="xref" href="GrapeCity.Spreadsheet.FormatResult.RemoveNewLines.html#GrapeCity_Spreadsheet_FormatResult_RemoveNewLines">RemoveNewLines()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all newline strings.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FormatResult_RemoveRepeatChar" data-uid="GrapeCity.Spreadsheet.FormatResult.RemoveRepeatChar">
          <a class="xref" href="GrapeCity.Spreadsheet.FormatResult.RemoveRepeatChar.html#GrapeCity_Spreadsheet_FormatResult_RemoveRepeatChar">RemoveRepeatChar()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the repeat character information.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
