PpBorderType Enumeration

Indicates the direction in which a cell border or diagonal line is drawn.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
<GuidAttribute("16C96DBE-E683-4BAB-9358-58C539857DE2")> _
Public Enumeration PpBorderType
'Usage
Dim instance As PpBorderType
[GuidAttribute("16C96DBE-E683-4BAB-9358-58C539857DE2")]
public enum PpBorderType

Members

Member name Description
ppBorderTop Top
ppBorderLeft Left
ppBorderBottom Bottom
ppBorderRight Right
ppBorderDiagonalDown Diagonally down
ppBorderDiagonalUp Diagonally up

See Also

Reference

Microsoft.Office.Interop.PowerPoint Namespace