Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / LayoutManager Class / GetMaxOutlineLevel Method
if set to true, return data from row outline; otherwise, return data from column outline.


In This Topic
GetMaxOutlineLevel Method
In This Topic
Gets an integer value represents the maximum outline level.
Syntax
'Declaration
 
Public Function GetMaxOutlineLevel( _
   ByVal isRowOutline As Boolean _
) As Integer
 
'Usage
 
Dim instance As LayoutManager
Dim isRowOutline As Boolean
Dim value As Integer
 
value = instance.GetMaxOutlineLevel(isRowOutline)

Parameters

isRowOutline
if set to true, return data from row outline; otherwise, return data from column outline.

Return Value

An System.Int32 value represents the maximum outline level.
See Also