[]
Adds a caption to the array and returns its index.
public int Add(string caption)
Public Function Add(caption As String) As Integer
Type | Name | Description |
---|---|---|
string | caption | The caption. |
Type | Description |
---|---|
int | The collection index at which the value has been added. |