Spread Windows Forms 12.0 Product Documentation
ShowLevels Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IOutline Interface : ShowLevels Method
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.
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.
Displays the specified number of row and/or column levels of an outline.
Syntax
'Declaration
 
Sub ShowLevels( _
   Optional ByVal rowLevels As Integer, _
   Optional ByVal columnLevels As Integer _
) 
'Usage
 
Dim instance As IOutline
Dim rowLevels As Integer
Dim columnLevels As Integer
 
instance.ShowLevels(rowLevels, columnLevels)
void ShowLevels( 
   int rowLevels,
   int columnLevels
)

Parameters

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.
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.
See Also

Reference

IOutline Interface
IOutline Members