[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.Add

Add Method

Add(T)

Adds the specified T to the collection.

Declaration
public int Add(T value)
Public Function Add(value As T) As Integer
Parameters
Type Name Description
T value

The T to add.

Returns
Type Description
int

The index at which the new element was inserted.