API Reference

Class

OdsRowRun

Namespace OfficeIMO.OpenDocument
Assembly OfficeIMO.OpenDocument
Modifiers sealed

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

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 Boolean Hidden { get; } #

Whether the prototype row is hidden.

public String StyleName { get; } #

Referenced prototype row style.

public Nullable<OdfLength> Height { get; } #

Explicit prototype row height.