Rows.IndexOf

Rows.IndexOf method

Returns index of row in collection.

public int IndexOf(Row row)
ParameterTypeDescription
rowRowThe existing row.

Return Value

The row index

See Also