Implicitly converts a string to an instance of this class by searching the root.
| C# | Visual Basic | Visual C++ |
public static implicit operator ExcelShape ( string path )
Public Shared Widening Operator CType ( _ path As String _ ) As ExcelShape
static implicit operator ExcelShape^ ( String^ path )
- path (String)
- The search path.
The ExcelShape.
The DefaultSearchTimeout is used to search for the specified path.
| Exception | Condition |
|---|---|
| ArgumentNullException | If path is null. |
| RxPathException | If the specified path is not valid. |
| ElementNotFoundException | If no element is found. |
| CapabilityNotSupportedException | If the element does not support the
capabilities required by this adapter. |
