OfficeIMO

API Reference

Class

PowerPointTableRow

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

Represents a table row.

Inheritance

  • Object
  • PowerPointTableRow

Methods

public PowerPointTableCell GetCell(Int32 columnIndex) #
Returns: PowerPointTableCell

Retrieves a cell at the specified column index.

Parameters

columnIndex System.Int32 requiredposition: 0
public Void Remove() #
Returns: Void

Removes this row from the table.

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.