Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Outline Class / ShowLevels Method
An integer value indicates the group outline level.


In This Topic
ShowLevels Method (Outline)
In This Topic
Shows all outline groups up to the specified outline level.
Syntax
'Declaration
 
Public Sub ShowLevels( _
   ByVal level As Integer, _
   Optional ByVal fireEvent As Boolean _
) 
 
'Usage
 
Dim instance As Outline
Dim level As Integer
Dim fireEvent As Boolean
 
instance.ShowLevels(level, fireEvent)

Parameters

level
An integer value indicates the group outline level.
fireEvent
See Also