Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Latest commit

 

History

History
52 lines (32 loc) · 1.34 KB

borders-object-powerpoint.md

File metadata and controls

52 lines (32 loc) · 1.34 KB
title keywords f1_keywords ms.prod api_name ms.assetid ms.date
Borders Object (PowerPoint)
vbapp10.chm629000
vbapp10.chm629000
powerpoint
PowerPoint.Borders
af3b8d8b-9214-b1ac-f12e-0be244b60b08
06/08/2017

Borders Object (PowerPoint)

A collection of LineFormat objects that represent the borders and diagonal lines of a cell or range of cells in a table.

Remarks

Each Cell object or CellRange collection has six elements in the Borders collection. You cannot add objects to the Borders collection.

Use Borders (index), where index identifies the cell border or diagonal line, to return a single Border object. The index value can be any PPBorderType constant.

ppBorderBottom
ppBorderLeft
ppBorderRight
ppBorderTop
ppBorderDiagonalDown
ppBorderDiagonalUp

Example

Use the DashStyleproperty to apply a dashed line style to a Border object. This example selects the second row from the table and applies a dashed line style to the bottom border.

ActiveWindow.Selection.ShapeRange.Table.Rows(2).Cells.Borders(ppBorderBottom).DashStyle = msoLineDash

See also

Concepts

PowerPoint Object Model Reference