[]
        
(Showing Draft Content)

C1.Win.TrueDBGrid.UIStrings.Add

Add Method

Add(object, int, string, string)

Adds a string to the collection, specifying the ordinal.

Declaration
public void Add(object key, int ordinal, string value, string description)
Parameters
Type Name Description
object key

The key of the string.

int ordinal

The ordinal of the string.

string value

The string.

string description

The description of the string.

Add(object, string, string)

Adds a string to the collection in alphabetical order.

Declaration
public void Add(object key, string value, string description)
Parameters
Type Name Description
object key

The key of the string.

string value

The string.

string description

The description of the string.