DataGridViewCellCollection
Wisej.Web.DataGridViewCellCollection
public class DataGridViewCellCollection : BaseCollection, IList, IList<DataGridViewCell>, ICollection<DataGridViewCell>, IEnumerable<DataGridViewCell>Public Class DataGridViewCellCollection
Inherits BaseCollection
Implements IList, IList(Of DataGridViewCell), ICollection(Of DataGridViewCell), IEnumerable(Of DataGridViewCell)Constructors
DataGridViewCellCollection(row)
Name
Type
Description
Properties
Item(column)
Item(index)
Item(columnName)
Methods
Add(cell)
Parameter
Type
Description
AddRange(cells)
Parameter
Type
Description
AddRangeInternal(cells)
Parameter
Type
Description
Clear()
Contains(cell)
Parameter
Type
Description
CopyTo(array, index)
Parameter
Type
Description
IndexOf(cell)
Parameter
Type
Description
Insert(index, cell)
Parameter
Type
Description
Remove(cell)
Parameter
Type
Description
RemoveAt(index)
Parameter
Type
Description
Events
CollectionChanged
Last updated
Was this helpful?

