API Reference
Class
OdsRowRun
A sparse ODS row run.
Inheritance
- Object
- OdsRowRun
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 OdsSheet.RowRuns
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int64 StartRow { get; } #Zero-based first logical row.
public Int64 RepeatCount { get; } #Number of logical rows represented by the run.
public IReadOnlyList<OdsCellRun> CellRuns { get; } #Prototype cell runs shared by every logical row in this run.
public String StyleName { get; } #Referenced prototype row style.
public Nullable<OdfLength> Height { get; } #Explicit prototype row height.