You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2015/03/23 22:22:57 UTC

[Bug 55339] setRowGroupCollapsed not implemented

https://bz.apache.org/bugzilla/show_bug.cgi?id=55339

--- Comment #2 from Dominik Stadler <do...@gmx.at> ---
FYI, in the meantime it was at least brought back for collapsing, but is still
not there for uncollapsing:

    public void setRowGroupCollapsed(int row, boolean collapse)
    {
        if (collapse) {
            collapseRow(row);
        } else {
            //expandRow(rowIndex);
            throw new RuntimeException("Not Implemented");
        }
    }

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org