Message-ID: <58870510.8085.1711631716236.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_8084_1259463627.1711631716236" ------=_Part_8084_1259463627.1711631716236 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Worksheet.GroupColumns(Int32, Int32, Boolean)

Worksheet.GroupColumns(Int32, Int32, Boolean)

= Description

=20

Groups or outlines a contiguous set of columns.

=20
C#
=20
 public void GroupColumns(int startColumnIndex, int numColumns, boolean col=
lapsed)
=20
=20
vb.net
=20
Public Sub GroupColumns(ByVal startColumnIndex As Integer, ByVal numColumns=
 As Integer, ByVal collapsed As Boolean)
=20
=20

Parameter= s

=20
sta= rtColumnIndex
The 0-based index of the starting column.=20
numColumn= s
The number of Columns to group.=20
collapsed<= /h6> Whether or not the group is collapsed.=20

Examples=20
C#
=20
ws.GroupColumns(0, 5, true);
=20
=20
vb.net
=20
ws.GroupColumns(0, 5, True)
=20

------=_Part_8084_1259463627.1711631716236--