'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)
public int GetMaxOutlineLevel( bool 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.