API Reference
Class
OdpTable
An XML-backed presentation table frame.
Inheritance
- OdpShape
- OdpTable
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 OdpSlide.AddTable
Methods
public OdpTableCell Cell(Int32 row, Int32 column) #Returns:
OdpTableCellGets a zero-based table cell.
Parameters
- row System.Int32
- column System.Int32
public OdpTableCell Merge(Int32 row, Int32 column, Int32 rowSpan, Int32 columnSpan) #Returns:
OdpTableCellMerges a rectangular table range.
Parameters
- row System.Int32
- column System.Int32
- rowSpan System.Int32
- columnSpan System.Int32
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public IReadOnlyList<OdpTableRow> Rows { get; } #Table rows.