Syntax

expression.IncludeBorder

expression A variable that represents a Style object.

Example

This example sets the style attached to cell A1 on Sheet1 to include border format.

Visual Basic for Applications
Worksheets("Sheet1").Range("A1").Style.IncludeBorder = True
Enable border colors in style How does my code allow borders to be included in a style? include include border Include Border Property IncludeBorder IncludeBorder Property

See also: