Sets the location of the summary rows in the outline.
showLevels
voidshowLevels()
Displays the specified number of row and column levels of an outline.
showLevels
voidshowLevels(int rowLevels,
int columnLevels)
Displays the specified number of row and column levels of an outline.
Parameters:
rowLevels - Optional Object. Specifies the number of row levels of an outlineto display. If the outline has fewer levels than the number specified, it displays all the levels. If this argument is 0 (zero) or is omitted, no action is taken on rows.
columnLevels - Optional Object. Specifies the number of column levels of anoutline to display. If the outline has fewer levels than the number specified, it displays all the levels. If this argument is 0 (zero) or is omitted, no action is taken on columns.