OutlineLevel Property

Applies To

Range Object.

Description

Returns or sets the current row or column outline level of the specified row or column. Read-write.

Remarks

Level one is the outermost summary level.

See Also

EntireColumn Property, EntireRow Property.

Example

This example sets the outline level for row two on Sheet1.


Worksheets("Sheet1").Rows(2).OutlineLevel = 1