XlFont.CustomFont Method
Name | Parameters | Description |
---|---|---|
CustomFont(String, Double, XlColor) static | fontName, size, color | Creates the XlFont object that specifies a custom font with the given face name, size and color. |
CustomFont(String, Double) static | fontName, size | Creates the XlFont object that specifies a custom font with the given face name and size. |
CustomFont(String) static | fontName | Creates the XlFont object that specifies a custom font with the given face name. |