Description:

Finds a named view.

Syntax:
public int FindByName(
string name
)
Parameters:
  • name
  • Type: string
  • name to search for.
Returns:
Type: int
>=0 index of the found named view -1 no named view found.
Available since:
5.0

Nothing found