API Reference

Class

LegacyXlsTextFormattingRun

Namespace OfficeIMO.Excel.LegacyXls.Model
Assembly OfficeIMO.Excel
Modifiers sealed

Describes a BIFF rich-text formatting run inside a cell string.

Inheritance

  • Object
  • LegacyXlsTextFormattingRun

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

Accepted by parameters

Constructors

public LegacyXlsTextFormattingRun(UInt16 startCharacter, UInt16 fontIndex) #

Creates rich-text run metadata.

Parameters

startCharacter System.UInt16 requiredposition: 0
Zero-based character offset where this formatting run starts.
fontIndex System.UInt16 requiredposition: 1
BIFF font index used by the run.

Properties

public UInt16 StartCharacter { get; } #

Gets the zero-based character offset where this formatting run starts.

public UInt16 FontIndex { get; } #

Gets the BIFF font index used by the run.