IWorksheet
DeleteColumn Method
|
Removes specified column (with formulas update).
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
void DeleteColumn(
int index
)
Sub DeleteColumn (
index As Integer
)
void DeleteColumn(
int index
)
abstract DeleteColumn :
index : int -> unit
Parameters
-
index
-
Type:
System
Int32
One-based column index to remove.
See Also