API Reference

Class

ExcelVisualTextRun

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Visual rich text run metadata in an Excel cell snapshot.

Inheritance

  • Object
  • ExcelVisualTextRun

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Properties

public Boolean Bold { get; } #

Whether the run is bold.

public Boolean Italic { get; } #

Whether the run is italic.

public Boolean Underline { get; } #

Whether the run is underlined.

public Boolean Strikethrough { get; } #

Whether the run is struck through.

public String FontColorArgb { get; } #

Run font color in ARGB hexadecimal form, when specified.

public String FontName { get; } #

Run font family, when specified.

public Nullable<Double> FontSize { get; } #

Run font size in points, when specified.