[]
Displays the specified number of row and/or column levels of an outline.
void ShowLevels(int rowLevels = 0, int columnLevels = 0)
Sub ShowLevels(Optional rowLevels As Integer = 0, Optional columnLevels As Integer = 0)
Type | Name | Description |
---|---|---|
int | rowLevels | Specifies the number of row levels of an outline to display. If the outline has fewer levels than the number specified, Spread displays all the levels. If this argument is 0 (zero) or is omitted, no action is taken on rows. |
int | columnLevels | Specifies the number of column levels of an outline to display. If the outline has fewer levels than the number specified, Spread displays all the levels. If this argument is 0 (zero) or is omitted, no action is taken on columns. |