API Reference

Enum

PowerPointTableCellBorders

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed
Attributes
Flags

Flags describing which table cell borders to apply.

Inheritance

  • Enum
  • PowerPointTableCellBorders

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const PowerPointTableCellBorders None #

No borders.

Value: 0
public const PowerPointTableCellBorders Left #

Left border.

Value: 1
public const PowerPointTableCellBorders Top #

Top border.

Value: 2
public const PowerPointTableCellBorders Right #

Right border.

Value: 4
public const PowerPointTableCellBorders Bottom #

Bottom border.

Value: 8
public const PowerPointTableCellBorders DiagonalDown #

Top-left to bottom-right diagonal border.

Value: 16
public const PowerPointTableCellBorders DiagonalUp #

Bottom-left to top-right diagonal border.

Value: 32
public const PowerPointTableCellBorders Diagonals #

Both diagonal borders.

Value: 48
public const PowerPointTableCellBorders All #

All outer borders.

Value: 15