[]
        
(Showing Draft Content)

FarPoint.Win.CaptionsArrayList.Add

Add Method

Add(string)

Adds a caption to the array and returns its index.

Declaration
public int Add(string caption)
Public Function Add(caption As String) As Integer
Parameters
Type Name Description
string caption

The caption.

Returns
Type Description
int

The collection index at which the value has been added.