# GrapeCity.Documents.Excel.IDisplayFormat

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_IDisplayFormat" data-uid="GrapeCity.Documents.Excel.IDisplayFormat" class="text-break">IDisplayFormat Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the display settings for an associated Range object.</p>
<p>Remark:
Actions such as changing the conditional formatting or table style of a range can cause what is displayed in
the current user interface to be inconsistent with the values in the corresponding properties of the Range object.
Use the properties of the DisplayFormat object to return the values as they are displayed in the current user interface.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.html">GrapeCity.Documents.Excel</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_IDisplayFormat_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IDisplayFormat</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IDisplayFormat</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="GrapeCity_Documents_Excel_IDisplayFormat_AddIndent" data-uid="GrapeCity.Documents.Excel.IDisplayFormat.AddIndent">
          <a class="xref" href="GrapeCity.Documents.Excel.IDisplayFormat.AddIndent.html#GrapeCity_Documents_Excel_IDisplayFormat_AddIndent">AddIndent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates if the application automatically indents text of the associated Range object when the text alignment
in a cell is set to equal distribution (either horizontally or vertically), as it is displayed in the current user interface.</p>
<p>Returns:
Returns True if text is automatically indented when the text alignment in the cell is set, either horizontally or vertically, to equal distribution.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IDisplayFormat_Borders" data-uid="GrapeCity.Documents.Excel.IDisplayFormat.Borders">
          <a class="xref" href="GrapeCity.Documents.Excel.IDisplayFormat.Borders.html#GrapeCity_Documents_Excel_IDisplayFormat_Borders">Borders</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a Borders object that represents the borders of the associated Range object as it is displayed in the current user interface.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IDisplayFormat_Font" data-uid="GrapeCity.Documents.Excel.IDisplayFormat.Font">
          <a class="xref" href="GrapeCity.Documents.Excel.IDisplayFormat.Font.html#GrapeCity_Documents_Excel_IDisplayFormat_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a Font object that represents the font of the associated Range as it is displayed in the current user interface.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IDisplayFormat_FormulaHidden" data-uid="GrapeCity.Documents.Excel.IDisplayFormat.FormulaHidden">
          <a class="xref" href="GrapeCity.Documents.Excel.IDisplayFormat.FormulaHidden.html#GrapeCity_Documents_Excel_IDisplayFormat_FormulaHidden">FormulaHidden</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates if the formula of the associated Range object is hidden when the worksheet is protected as
it is displayed in the current user interface.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IDisplayFormat_HorizontalAlignment" data-uid="GrapeCity.Documents.Excel.IDisplayFormat.HorizontalAlignment">
          <a class="xref" href="GrapeCity.Documents.Excel.IDisplayFormat.HorizontalAlignment.html#GrapeCity_Documents_Excel_IDisplayFormat_HorizontalAlignment">HorizontalAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that represents the horizontal alignment of the associated Range object as it is displayed in the current user interface.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IDisplayFormat_IndentLevel" data-uid="GrapeCity.Documents.Excel.IDisplayFormat.IndentLevel">
          <a class="xref" href="GrapeCity.Documents.Excel.IDisplayFormat.IndentLevel.html#GrapeCity_Documents_Excel_IDisplayFormat_IndentLevel">IndentLevel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that represents the indent level of the associated Range object as it is displayed in the current user interface.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IDisplayFormat_Interior" data-uid="GrapeCity.Documents.Excel.IDisplayFormat.Interior">
          <a class="xref" href="GrapeCity.Documents.Excel.IDisplayFormat.Interior.html#GrapeCity_Documents_Excel_IDisplayFormat_Interior">Interior</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an Interior object that represents the interior of the associated Range object as it is displayed in the current user interface.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IDisplayFormat_Locked" data-uid="GrapeCity.Documents.Excel.IDisplayFormat.Locked">
          <a class="xref" href="GrapeCity.Documents.Excel.IDisplayFormat.Locked.html#GrapeCity_Documents_Excel_IDisplayFormat_Locked">Locked</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates if the associated Range object is locked as it is displayed in the current user interface.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IDisplayFormat_MergeCells" data-uid="GrapeCity.Documents.Excel.IDisplayFormat.MergeCells">
          <a class="xref" href="GrapeCity.Documents.Excel.IDisplayFormat.MergeCells.html#GrapeCity_Documents_Excel_IDisplayFormat_MergeCells">MergeCells</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates if the associated Range object contains merged cells as it is displayed in the current user interface.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IDisplayFormat_NumberFormat" data-uid="GrapeCity.Documents.Excel.IDisplayFormat.NumberFormat">
          <a class="xref" href="GrapeCity.Documents.Excel.IDisplayFormat.NumberFormat.html#GrapeCity_Documents_Excel_IDisplayFormat_NumberFormat">NumberFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that represents the format code of the associated Range object as it is displayed in the current user interface.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IDisplayFormat_Orientation" data-uid="GrapeCity.Documents.Excel.IDisplayFormat.Orientation">
          <a class="xref" href="GrapeCity.Documents.Excel.IDisplayFormat.Orientation.html#GrapeCity_Documents_Excel_IDisplayFormat_Orientation">Orientation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that represents the text orientation of the associated Range object as it is displayed in the current user interface.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IDisplayFormat_ReadingOrder" data-uid="GrapeCity.Documents.Excel.IDisplayFormat.ReadingOrder">
          <a class="xref" href="GrapeCity.Documents.Excel.IDisplayFormat.ReadingOrder.html#GrapeCity_Documents_Excel_IDisplayFormat_ReadingOrder">ReadingOrder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the reading order of the associated Range object as it is displayed in the current user interface.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IDisplayFormat_ShrinkToFit" data-uid="GrapeCity.Documents.Excel.IDisplayFormat.ShrinkToFit">
          <a class="xref" href="GrapeCity.Documents.Excel.IDisplayFormat.ShrinkToFit.html#GrapeCity_Documents_Excel_IDisplayFormat_ShrinkToFit">ShrinkToFit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates if the application automatically shrinks text to fit in the available column width
of the associated Range object as it is displayed in the current user interface.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IDisplayFormat_Style" data-uid="GrapeCity.Documents.Excel.IDisplayFormat.Style">
          <a class="xref" href="GrapeCity.Documents.Excel.IDisplayFormat.Style.html#GrapeCity_Documents_Excel_IDisplayFormat_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value, containing a Style object, that represents the style of the associated Range object as it is displayed in the current user interface.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IDisplayFormat_VerticalAlignment" data-uid="GrapeCity.Documents.Excel.IDisplayFormat.VerticalAlignment">
          <a class="xref" href="GrapeCity.Documents.Excel.IDisplayFormat.VerticalAlignment.html#GrapeCity_Documents_Excel_IDisplayFormat_VerticalAlignment">VerticalAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that represents the vertical alignment of the associated Range object as it is displayed in the current user interface.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IDisplayFormat_WrapText" data-uid="GrapeCity.Documents.Excel.IDisplayFormat.WrapText">
          <a class="xref" href="GrapeCity.Documents.Excel.IDisplayFormat.WrapText.html#GrapeCity_Documents_Excel_IDisplayFormat_WrapText">WrapText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates if the application wraps the text of the associated Range object as it is displayed in the current user interface.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
