SpreadsheetCellFormattedTextFragment

SpreadsheetCellFormattedTextFragment class

Represents a fragment of formatted text in Excel document cell.

public class SpreadsheetCellFormattedTextFragment : FormattedTextFragment

Properties

Name Description
override BackgroundColor { get; } Gets the background color of the text.
override Font { get; } Gets the font of the text.
override ForegroundColor { get; } Gets the foreground color of the text.
override Text { get; } Gets the fragment text.

See Also