API Reference
Class
LegacyXlsCommentFormattingRun
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
- Property LegacyXlsComment.FormattingRuns
Accepted by parameters
- Constructor LegacyXlsComment.LegacyXlsComment
Constructors
public LegacyXlsCommentFormattingRun(UInt16 startCharacter, UInt16 fontIndex) #Creates parsed legacy XLS comment formatting run metadata.
Parameters
- startCharacter System.UInt16
- Zero-based index of the first character in this run.
- fontIndex System.UInt16
- Legacy FontIndex referenced by the run.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object