CellsRemove Method (Cell)
Remove cell set from collection.

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public void Remove(
	Cell cell
)

Parameters

cell
Type: Aspose.PdfCell
The cell object.
See Also