Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IOutlineColumn Interface / getCollapsed Method
The index of the row to get collapsed.
In This Topic
    getCollapsed Method
    In This Topic
    Gets the collapsed of the row.
    Syntax
    boolean getCollapsed( 
       int row
    )

    Parameters

    row
    The index of the row to get collapsed.

    Return Value

    Whether the specified row is collapsed.
    See Also