Skip to main content

Range.OutlineLevel property

Table of contents
  1. Syntax
  2. Remarks
  3. Example

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

Syntax

expression.OutlineLevel

expression A variable that represents a Range object.

Remarks

Level one is the outermost summary level.

Example

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

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

Leave a comment

Your email address will not be published. Required fields are marked *

Format your code: <pre><code class="language-vba">place your code here</code></pre>