「ClosedXML - Excelファイルの操作」の版間の差分

250行目: 250行目:
これらの設定を組み合わせたり、より複雑な条件付き書式を適用することができる。<br>
これらの設定を組み合わせたり、より複雑な条件付き書式を適用することができる。<br>
<br>
<br>
  <syntaxhighlight lang="c++">
  <syntaxhighlight lang="c#">
  using System;
  using System;
  using System.Drawing;
  using System.Drawing;
346行目: 346行目:
これにより、操作中に発生する可能性のある例外を捕捉して、適切なエラーメッセージを表示する。<br>
これにより、操作中に発生する可能性のある例外を捕捉して、適切なエラーメッセージを表示する。<br>
<br>
<br>
  <syntaxhighlight lang="c++">
  <syntaxhighlight lang="c#">
  using System;
  using System;
  using ClosedXML.Excel;
  using ClosedXML.Excel;
427行目: 427行目:
<u>そのような場合は、代替の方法を検討する必要がある。</u><br>
<u>そのような場合は、代替の方法を検討する必要がある。</u><br>
<br>
<br>
  <syntaxhighlight lang="c++">
  <syntaxhighlight lang="c#">
  using System;
  using System;
  using ClosedXML.Excel;
  using ClosedXML.Excel;