IsOutlineAvailable Method
In This Topic
Determines whether the corresponding outline contains group(s).
Syntax
'Declaration
Public Function IsOutlineAvailable( _
ByVal As Boolean _
) As Boolean
'Usage
Dim instance As LayoutManager
Dim isRowOutline As Boolean
Dim value As Boolean
value = instance.IsOutlineAvailable(isRowOutline)
public bool IsOutlineAvailable(
bool
)
Parameters
- isRowOutline
- if set to
true
, return data from row outline; otherwise, return data from column outline.
Return Value
true
if the corresponding outline contains at least one group; otherwise, false
.
See Also