| Visual Basic (Declaration) | |
|---|---|
<DefaultMemberAttribute("Item")> Public Class CellCollection Inherits Collection(Of Cell) Implements ICollection(Of Cell), IEnumerable(Of Cell), IList(Of Cell), ICollection, IEnumerable, IList | |
| C# | |
|---|---|
[DefaultMemberAttribute("Item")] public class CellCollection : Collection<Cell>, ICollection<Cell>, IEnumerable<Cell>, IList<Cell>, ICollection, IEnumerable, IList | |
System.Object
System.Collections.ObjectModel.Collection<Cell>
Xceed.Wpf.DataGrid.CellCollection
Supported Operating Systems: Windows Server 2003 Service Pack 1; Windows Vista; Windows XP Service Pack 2


