API Reference

Class

OdtTableRow

Namespace OfficeIMO.OpenDocument
Assembly OfficeIMO.OpenDocument
Modifiers sealed

An XML-backed ODT table row.

Inheritance

  • Object
  • OdtTableRow

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

Methods

public OdtTableCell AddCell(String text = null) #
Returns: OdtTableCell

Adds a cell.

Parameters

text System.String = null optionalposition: 0

Properties

public IReadOnlyList<OdtTableCell> Cells { get; } #

Cells, including covered cells, in source order.