XlsWorksheet
DeleteRow Method (Int32, Int32)
|
Removes specified row.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void DeleteRow(
int index,
int count
)
Public Sub DeleteRow (
index As Integer,
count As Integer
)
public:
void DeleteRow(
int index,
int count
)
member DeleteRow :
index : int *
count : int -> unit
Parameters
-
index
-
Type:
System
Int32
One-based row index to remove
-
count
-
Type:
System
Int32
Number of rows to delete.
See Also