Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| Excel Developer Reference |
Returns or sets the line style for the border. Read/write XlLineStyle, xlGray25, xlGray50, xlGray75, or xlAutomatic.
Syntax
expression.LineStyle
expression A variable that represents a Borders object.
Example
This example puts a border around the chart area and the plot area of Chart1.
| Visual Basic for Applications |
|---|
|
See Also