Freigeben über


Outline.ShowLevels(Object, Object) Methode

Definition

Zeigt die angegebene Anzahl der Zeilen- und/oder Spaltenebenen einer Gliederung an.

public object ShowLevels (object RowLevels, object ColumnLevels);
Public Function ShowLevels (Optional RowLevels As Object, Optional ColumnLevels As Object) As Object

Parameter

RowLevels
Object

Optionales Objekt. Specifies the number of row levels of an outline to display. If the outline has fewer levels than the number specified, Microsoft Excel displays all the levels. If this argument is 0 (zero) or is omitted, no action is taken on rows.

ColumnLevels
Object

Optionales Objekt. Specifies the number of column levels of an outline to display. If the outline has fewer levels than the number specified, Microsoft Excel displays all the levels. If this argument is 0 (zero) or is omitted, no action is taken on columns.

Gibt zurück

Hinweise

Sie müssen mindestens ein Argument angeben.

Gilt für: