New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.GridTableCellCollection

A collection holding Telerik.Web.UI.GridTableCell objects.

Inheritance Hierarchy

  • System.Object
  • Telerik.Web.UI.GridTableCellCollection : ICollection, IEnumerable

Properties

Count Int32

Gets the number of elements contained in the .

IsSynchronized Boolean

Gets a value indicating whether access to the collection is synchronized (thread safe).

SyncRoot Object

Gets an object that can be used to synchronize access to the collection

Methods

Add

Adds the at the end of the collection.

Parameters

cell Telerik.Web.UI.GridTableCell

The to be added.

Returns

System.Void

AddRange

Adds a collection of objects at the end of the colleciton.

Parameters

extraCells Telerik.Web.UI.GridTableCellCollection

The collection of object to be added at the end of the collection.

Returns

System.Void

AddRange

Adds an Array of objects at the end of the colleciton.

Parameters

extraCells Telerik.Web.UI.GridTableCell

The Array of object to be added at the end of the Array.

Returns

System.Void

CopyTo

Copies the elements of the collection to an , starting at a particular index.

Parameters

array System.Array

The one-dimensional that is the destination of the elements copied from collection The must have zero-based indexing.

index System.Int32

The zero-based index in at which copying begins.

Returns

System.Void

GetEnumerator

Returns an enumerator that iterates through a collection.

Returns

System.Collections.IEnumerator An object that can be used to iterate through the collection.

In this article