'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.