API Reference
Class
PowerPointTableRow
Represents a table row.
Inheritance
- Object
- PowerPointTableRow
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 PowerPointTable.AddRowFromTemplate
- Method PowerPointTable.GetRow
- Property PowerPointTable.RowItems
Methods
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 Index { get; } #Gets the zero-based index of the row within the table.
public Nullable<Int64> HeightEmus { get; set; } #Gets or sets the row height in EMUs.
public Nullable<Double> HeightPoints { get; set; } #Gets or sets the row height in points.
public Nullable<Double> HeightCm { get; set; } #Gets or sets the row height in centimeters.
public Nullable<Double> HeightInches { get; set; } #Gets or sets the row height in inches.
public IReadOnlyList<PowerPointTableCell> Cells { get; } #Row cells.