SpreadsheetGear 2017
ShowLevels Method (IOutline)






SpreadsheetGear Namespace > IOutline Interface : ShowLevels Method
All rows whose OutlineLevel is less than or equal to rowLevels will be shown.
All columns whose OutlineLevel is less than or equal to columnLevels will be shown.
Shows rows or columns with an OutlineLevel which is less than or equal to the specified level.
Syntax
'Declaration
 
Sub ShowLevels( _
   ByVal rowLevels As System.Integer, _
   ByVal columnLevels As System.Integer _
) 
'Usage
 
Dim instance As IOutline
Dim rowLevels As System.Integer
Dim columnLevels As System.Integer
 
instance.ShowLevels(rowLevels, columnLevels)
void ShowLevels( 
   System.int rowLevels,
   System.int columnLevels
)
procedure ShowLevels( 
    rowLevels: System.Integer;
    columnLevels: System.Integer
); 
function ShowLevels( 
   rowLevels : System.int,
   columnLevels : System.int
);
void ShowLevels( 
   System.int rowLevels,
   System.int columnLevels
) 
void ShowLevels( 
   System.int rowLevels,
   System.int columnLevels
) 

Parameters

rowLevels
All rows whose OutlineLevel is less than or equal to rowLevels will be shown.
columnLevels
All columns whose OutlineLevel is less than or equal to columnLevels will be shown.
Remarks
Specify a rowLevel of zero to leave rows unchanged and specify a columnLevel of zero to leave columns unchanged.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IOutline Interface
IOutline Members
OutlineLevel Property
Outline Property