'DeclarationSub ShowLevels( _ ByVal rowLevels As System.Integer, _ ByVal columnLevels As System.Integer _ )
'UsageDim 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 )
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.