Click or drag to resize

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
)

Parameters

rowIndex
Type: System Int32
Row index.
columnIndex
Type: System Int32
Column index.
See Also