API Reference
Class
PowerPointTableRow
Represents a table row.
Inheritance
- Object
- PowerPointTableRow
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.