@mescius/spread-excelio 17.1.10 → 18.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -57,6 +57,10 @@ declare module GC{
57
57
  * @param {number} fontSize The font size of default style's font(in point).
58
58
  * @param {number} maxDigitWidth The max digit width of default style's font.
59
59
  * @returns {void}
60
+ * @example
61
+ * ```
62
+ * GC.Spread.Excel.IO.registerMaxDigitWidth("\ub3cb\uc6c0", 11, Math.floor(80/8.11));
63
+ * ```
60
64
  */
61
65
  registerMaxDigitWidth(fontFamily: string, fontSize: number, maxDigitWidth: number): void;
62
66
  /**