CellsInsert Method
Insert cell to collection.

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public void Insert(
	int index,
	Cell cell
)

Parameters

index
Type: SystemInt32
The selected index.
cell
Type: Aspose.PdfCell
The selected cell.
See Also