Worksheet
RemoveRange Method (Int32, Int32)
|
Removes range from list.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void RemoveRange(
int rowIndex,
int columnIndex
)
Public Sub RemoveRange (
rowIndex As Integer,
columnIndex As Integer
)
public:
void RemoveRange(
int rowIndex,
int columnIndex
)
member RemoveRange :
rowIndex : int *
columnIndex : int -> unit
Parameters
-
rowIndex
-
Type:
System
Int32
Row index.
-
columnIndex
-
Type:
System
Int32
Column index.
See Also