Click or drag to resize

PdfGridCellCollection IndexOf Method

Returns the index of a particular cell in the collection.

Namespace: Spire.Pdf.Grid
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public int IndexOf(
	PdfGridCell cell
)

Parameters

cell
Type: Spire.Pdf.Grid PdfGridCell
The cell.

Return Value

Type: Int32
See Also