|
|
Get the index of the item with the column name, return -1 if not find
Namespace: Autodesk.Navisworks.Api.Takeoff
Assembly: Autodesk.Navisworks.Takeoff (in Autodesk.Navisworks.Takeoff.dll)
Syntax
| Visual Basic |
|---|
Public Function Find ( _ cellName As String _ ) As Integer |
| C# |
|---|
public int Find( string cellName ) |
| Visual C++ |
|---|
public: int Find( String^ cellName ) |
Parameters
- cellName
- Type: System..::..String
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |