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

    Parameters

    row
    The index of the row.
    collapsed
    The collapsed of the row.
    See Also