IWorksheet
DeleteRow Method
|
Removes specified row (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 DeleteRow(
int index
)
Sub DeleteRow (
index As Integer
)
void DeleteRow(
int index
)
abstract DeleteRow :
index : int -> unit
Parameters
-
index
-
Type:
System
Int32
One-based row index to remove.
See Also