[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Grid.GridRowColCollection-1.Add

Add Method

Add(T)

Adds an item to the ICollection<T>.

Declaration
public void Add(T item)
Parameters
Type Name Description
T item

The object to add to the ICollection<T>.

Implements