Controls the formatting of a range of characters in .

Implements
  • IWorkbookFont

Inherited from: FormattedFontBase

Gets or sets the value indicating whether the font is bold.

public ExcelDefaultableBoolean Bold { get; set; }

Inherited from: FormattedFontBase

Gets or sets the fore color of the font.

public WorkbookColorInfo ColorInfo { get; set; }

Inherited from: FormattedFontBase

Gets or sets the height of the font.

public int Height { get; set; }

Inherited from: FormattedFontBase

Gets or sets the value indicating whether the font is italic.

public ExcelDefaultableBoolean Italic { get; set; }

Inherited from: FormattedFontBase

Gets the number of characters covered by this font. Zero indicates the font controls from the to the end of the string.

public int Length { get; }

Inherited from: FormattedFontBase

Gets or sets the name of the font.

public string Name { get; set; }

Inherited from: FormattedFontBase

Gets the index of the first character covered by this font.

public int StartIndex { get; }

Inherited from: FormattedFontBase

Gets or sets the value indicating whether the font is struck out.

public ExcelDefaultableBoolean Strikeout { get; set; }

Inherited from: FormattedFontBase

Gets or sets the value indicating whether the font is superscript or subscript.

public FontSuperscriptSubscriptStyle SuperscriptSubscriptStyle { get; set; }

Inherited from: FormattedFontBase

Gets or sets the underline style of the font.

public FontUnderlineStyle UnderlineStyle { get; set; }

Gets the which is controlled by this font.

public FormattedText FormattedText { get; }

Inherited from: FormattedFontBase

Sets all properties of this font to the properties of the specified font.

public void SetFontFormatting(IWorkbookFont source)

Parameters

  • source: IWorkbookFont

Returns any