API Reference
OdsCellRun
A sparse repeated cell run.
Inheritance
- Object
- OdsCellRun
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 OdsRowRun.CellRuns
Inherited Methods
Properties
public Int64 StartColumn { get; } #Zero-based first logical column.
public Int64 RepeatCount { get; } #Number of logical cells represented by the run.
public Boolean IsCovered { get; } #True when this is a covered merged-cell run.
public OdsCellValue Value { get; } #Prototype value shared by the run.
public String Text { get; } #Prototype display text shared by the run.
public String Formula { get; } #Prototype formula shared by the run.
public String StyleName { get; } #Referenced prototype cell style.
public String NumberFormatName { get; } #Referenced prototype number or date style.
public String ValidationName { get; } #Referenced prototype validation rule.
public OdsAnnotation Annotation { get; } #The annotation attached to the prototype cell, when present.
public IReadOnlyList<OdsAnnotation> Annotations { get; } #Annotation elements present on the prototype cell. Conforming ODF permits at most one.
public Nullable<Boolean> Bold { get; } #Explicit or inherited prototype bold state.
public Nullable<Boolean> Italic { get; } #Explicit or inherited prototype italic state.
public Nullable<Boolean> Underline { get; } #Explicit or inherited prototype underline state.
public Nullable<OdfTextDecorationStyle> UnderlineStyle { get; } #Explicit or inherited prototype underline pattern.
public Nullable<OdfTextDecorationType> UnderlineType { get; } #Explicit or inherited prototype underline line count.
public Nullable<Boolean> StrikeThrough { get; } #Explicit or inherited prototype strikethrough state.
public Nullable<OdfTextDecorationStyle> LineThroughStyle { get; } #Explicit or inherited prototype strikethrough pattern.
public Nullable<OdfTextDecorationType> LineThroughType { get; } #Explicit or inherited prototype strikethrough line count.
public Nullable<OdfTextPosition> TextPosition { get; } #Explicit or inherited prototype baseline placement.
public Nullable<OdfTextTransform> TextTransform { get; } #Explicit or inherited prototype display-time case transformation.
public Nullable<Boolean> SmallCaps { get; } #Explicit or inherited prototype small-cap formatting.
public Nullable<OdfLength> FontSize { get; } #Explicit or inherited prototype font size.
public String FontFamily { get; } #Explicit or inherited prototype font family.
public Nullable<OdfColor> Color { get; } #Explicit or inherited prototype text color.
public Nullable<OdfColor> BackgroundColor { get; } #Explicit or inherited prototype cell background color.
public String HyperlinkHref { get; } #Simple hyperlink target stored in the prototype cell, when present.
public Int64 RowSpan { get; } #Number of rows spanned by the prototype merged-cell anchor.
public Int64 ColumnSpan { get; } #Number of columns spanned by the prototype merged-cell anchor.