GetBold | boolean | null | Returns the bold property of the specified font. |
GetColor | ApiColor | null | Returns the font color property of the specified font. |
GetItalic | boolean | null | Returns the italic property of the specified font. |
GetName | string | null | Returns the font name property of the specified font. |
GetParent | ApiCharacters | Returns the parent ApiCharacters object of the specified font. |
GetSize | number | null | Returns the font size property of the specified font. |
GetStrikethrough | boolean | null | Returns the strikethrough property of the specified font. |
GetSubscript | boolean | null | Returns the subscript property of the specified font. |
GetSuperscript | boolean | null | Returns the superscript property of the specified font. |
GetUnderline | XlUnderlineStyle | null | Returns the type of underline applied to the specified font. |
SetBold | None | Sets the bold property to the specified font.\ 💡 This method will work only with the text format of the cell. |
SetColor | None | Sets the font color property to the specified font.\ 💡 This method will work only with the text format of the cell. |
SetItalic | None | Sets the italic property to the specified font.\ 💡 This method will work only with the text format of the cell. |
SetName | None | Sets the font name property to the specified font.\ 💡 This method will work only with the text format of the cell. |
SetSize | None | Sets the font size property to the specified font.\ 💡 This method will work only with the text format of the cell. |
SetStrikethrough | None | Sets the strikethrough property to the specified font.\ 💡 This method will work only with the text format of the cell. |
SetSubscript | None | Sets the subscript property to the specified font.\ 💡 This method will work only with the text format of the cell. |
SetSuperscript | None | Sets the superscript property to the specified font.\ 💡 This method will work only with the text format of the cell. |
SetUnderline | None | Sets an underline of the type specified in the request to the current font.\ 💡 This method will work only with the text format of the cell. |