XlsWorksheet
InsertColumn Method (Int32, Int32)
|
Inserts specified number column into the worksheet.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void InsertColumn(
int columnIndex,
int columnCount
)
Public Sub InsertColumn (
columnIndex As Integer,
columnCount As Integer
)
public:
void InsertColumn(
int columnIndex,
int columnCount
)
member InsertColumn :
columnIndex : int *
columnCount : int -> unit
Parameters
-
columnIndex
-
Type:
System
Int32
Column index
-
columnCount
-
Type:
System
Int32
Number of columns to insert.
See Also