다음을 통해 공유


Range.ClearOutline Method (Excel)

Clears the outline for the specified range.

Syntax

.ClearOutline

A variable that represents a Range object.

Return Value

Variant

Example

This example clears the outline for the range A1:G37 on Sheet1.

Worksheets("Sheet1").Range("A1:G37").ClearOutline

참고 항목

개념

Range Object Members

Range Object