CellsRemove Method (Cell) |
Remove cell set from collection.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic void Remove(
Cell cell
)
Public Sub Remove (
cell As Cell
)
public:
void Remove(
Cell^ cell
)
member Remove :
cell : Cell -> unit
Parameters
- cell
- Type: Aspose.PdfCell
The cell object.
See Also