API Reference

Class

LegacyXlsCommentFormattingRun

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

Represents a parsed formatting run from a legacy XLS TxO comment.

Inheritance

  • Object
  • LegacyXlsCommentFormattingRun

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 LegacyXlsCommentFormattingRun(UInt16 startCharacter, UInt16 fontIndex) #

Creates parsed legacy XLS comment formatting run metadata.

Parameters

startCharacter System.UInt16 requiredposition: 0
Zero-based index of the first character in this run.
fontIndex System.UInt16 requiredposition: 1
Legacy FontIndex referenced by the run.

Properties

public UInt16 StartCharacter { get; } #

Gets the zero-based index of the first character in this run.

public UInt16 FontIndex { get; } #

Gets the legacy FontIndex referenced by the run.