Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / LayoutManager Class / IsOutlineAvailable Method
if set to true, return data from row outline; otherwise, return data from column outline.


In This Topic
    IsOutlineAvailable Method
    In This Topic
    Determines whether the corresponding outline contains group(s).
    Syntax
    'Declaration
     
    
    Public Function IsOutlineAvailable( _
       ByVal isRowOutline 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 isRowOutline
    )

    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