# GrapeCity.Spreadsheet.CharacterSet

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Spreadsheet_CharacterSet" data-uid="GrapeCity.Spreadsheet.CharacterSet" class="text-break">CharacterSet Enum
</h1>
  <div class="markdown level0 summary"><p>Defines the possible sets of character glyphs that are defined in fonts for graphics output.</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_CharacterSet_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum CharacterSet : byte</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum CharacterSet As Byte</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>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_Spreadsheet_CharacterSet_Ansi">Ansi</td>
        <td><p>Specifies the English character set.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_CharacterSet_Arabic">Arabic</td>
        <td><p>Specifies the Arabic character set.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_CharacterSet_Baltic">Baltic</td>
        <td><p>Specifies the Baltic (Northeastern European) character set.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_CharacterSet_ChineseBig5">ChineseBig5</td>
        <td><p>Specifies the &quot;traditional&quot; Chinese character set, used mostly in Taiwan and in the Hong Kong and Macao Special Administrative Regions.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_CharacterSet_Default">Default</td>
        <td><p>Specifies a character set based on the current system locale; for example, when the system locale is United States English, the default character set is <a class="xref" href="GrapeCity.Spreadsheet.CharacterSet.html#GrapeCity_Spreadsheet_CharacterSet_Ansi">Ansi</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_CharacterSet_EastEurope">EastEurope</td>
        <td><p>Specifies a Eastern European character set.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_CharacterSet_Gb2312">Gb2312</td>
        <td><p>Specifies the &quot;simplified&quot; Chinese character set for People's Republic of China.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_CharacterSet_Greek">Greek</td>
        <td><p>Specifies the Greek character set.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_CharacterSet_Hangul">Hangul</td>
        <td><p>Specifies the Hangul Korean character set.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_CharacterSet_Hebrew">Hebrew</td>
        <td><p>Specifies the Hebrew character set.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_CharacterSet_Johab">Johab</td>
        <td><p>Specifies the Johab Korean character set.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_CharacterSet_Mac">Mac</td>
        <td><p>Specifies the Apple Macintosh character set.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_CharacterSet_Oem">Oem</td>
        <td><p>Specifies a mapping to one of the OEM code pages, according to the current system locale setting.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_CharacterSet_Russian">Russian</td>
        <td><p>Specifies the Russian Cyrillic character set.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_CharacterSet_ShiftJis">ShiftJis</td>
        <td><p>Specifies the Japanese character set.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_CharacterSet_Symbol">Symbol</td>
        <td><p>Specifies a character set of symbols.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_CharacterSet_Thai">Thai</td>
        <td><p>Specifies the Thai character set.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_CharacterSet_Turkish">Turkish</td>
        <td><p>Specifies the Turkish character set.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_CharacterSet_Vietnamese">Vietnamese</td>
        <td><p>Specifies the Vietnamese character set.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
