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
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
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 Nullable<Boolean> Bold { get; } #Explicit or inherited prototype bold state.
public Nullable<Boolean> Italic { get; } #Explicit or inherited prototype italic state.
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.