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

Worksheet.InsertColumn(Int32)

Description=20

Inserts a column in the worksheet to the left of the specified column.=20

C#
=20
 public void InsertColumn(int columnNumber)
=20
=20
vb.net
=20
Public Sub InsertColumn(ByVal columnNumber As Integer)
=20
=20

Parameters

=20
columnNumber
The= 0-based number of the column to insert.=20

Examples

=20
C#
=20
ws.InsertColumn(3);
=20
=20
vb.net
=20
ws.InsertColumn(3)
=20
------=_Part_8978_929135563.1711670551129--