API Reference
Class
OdtTableRow
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
- Method OdtTable.AddRow
- Property OdtTable.Rows
Methods
public OdtTableCell AddCell(String text = null) #Returns:
OdtTableCellAdds a cell.
Parameters
- text System.String = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public IReadOnlyList<OdtTableCell> Cells { get; } #Cells, including covered cells, in source order.