Returns index of a specified cell in collection.
Namespace: Spire.Doc.CollectionsAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public int IndexOf( TableCell cell )
Public Function IndexOf ( cell As TableCell ) As Integer
public: int IndexOf( TableCell^ cell )
member IndexOf : cell : TableCell -> int
Parameters
- cell
- TableCell
The cell.