Insert cell to collection.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic void Insert(
int index,
Cell cell
)
Public Sub Insert (
index As Integer,
cell As Cell
)
public:
void Insert(
int index,
Cell^ cell
)
member Insert :
index : int *
cell : Cell -> unit
Parameters
- index
- Type: SystemInt32
The selected index. - cell
- Type: Aspose.PdfCell
The selected cell.
See Also