TableCellCollectionIndexOf Method |
Searches for the specified
TableCell and returns the zero-based index of the first occurrence within the entire collection.
Namespace:
GemBox.Presentation.Tables
Assembly:
GemBox.Presentation (in GemBox.Presentation.dll) Version: 23.0.35.1026
Syntaxpublic int IndexOf(
TableCell item
)
Public Function IndexOf (
item As TableCell
) As Integer
Parameters
- item
- Type: GemBox.Presentation.TablesTableCell
The TableCell to locate in the collection.
Return Value
Type:
Int32
The zero-based index of the first occurrence of
item within the entire collection, if found; otherwise, -1.
See Also