Forums     Knowledge Base     OfficeWriter Online     
 
This documentation is for
OfficeWriter v3.0.4
.NET Platform

View Docs for Another
Version or Platform

Programmer's Reference > ExcelApplication API > Area > GroupRows

GroupRows Method



Signature:

public void GroupRows ( boolean collapsed )

Description:

Groups or outlines the rows contained within the area.

Parameters:

collapsed     true if the group is collapsed, false if not.

Examples:

[csharp]
a.GroupRows(true);
[vbnet]
a.GroupRows(True)



Copyright 2005 © SoftArtisans, Inc. All Rights Reserved.