[]
Finds a caption in the array that matches the specified name.
public string Find(string captionName)
Public Function Find(captionName As String) As String
Type | Name | Description |
---|---|---|
string | captionName | Caption name |
Type | Description |
---|---|
string | A caption in the array that matches the specified name. |