API Reference
Class
ExcelVisualTextRun
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
- Property ExcelVisualCell.RichTextRuns
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.