API Reference
Class
LegacyXlsTextFormattingRun
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
- Property LegacyXlsCell.TextFormattingRuns
Accepted by parameters
- Constructor LegacyXlsCell.LegacyXlsCell
Constructors
public LegacyXlsTextFormattingRun(UInt16 startCharacter, UInt16 fontIndex) #Creates rich-text run metadata.
Parameters
- startCharacter System.UInt16
- Zero-based character offset where this formatting run starts.
- fontIndex System.UInt16
- BIFF font index used by the run.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object