CellsRemoveRange Method
Remove cell set from collection.

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public void RemoveRange(
	int index,
	int count
)

Parameters

index
Type: SystemInt32
The collection index.
count
Type: SystemInt32
The rows count.
See Also