API Reference
Class
LegacyPptTableCell
Represents one native binary PowerPoint table cell.
Inheritance
- Object
- LegacyPptTableCell
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
- Property LegacyPptTable.Cells
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 Row { get; } #Gets the zero-based starting row.
public Int32 Column { get; } #Gets the zero-based starting column.
public Int32 RowSpan { get; } #Gets the number of rows occupied by the cell.
public Int32 ColumnSpan { get; } #Gets the number of columns occupied by the cell.
public LegacyPptShape SourceShape { get; } #Gets the source OfficeArt cell shape and its text/style metadata.
public Nullable<LegacyPptTableBorder> LeftBorder { get; } #Gets the resolved left border, including an explicit invisible border.
public Nullable<LegacyPptTableBorder> TopBorder { get; } #Gets the resolved top border, including an explicit invisible border.
public Nullable<LegacyPptTableBorder> RightBorder { get; } #Gets the resolved right border, including an explicit invisible border.
public Nullable<LegacyPptTableBorder> BottomBorder { get; } #Gets the resolved bottom border, including an explicit invisible border.