ClassCellsCollection
Class
Definition
Namespace:Telerik.WinControls.UI.Export.CSV
Assembly:TelerikData.dll
Syntax:
cs-api-definition
public class CellsCollection : IList, ICollection, IEnumerable
Inheritance: objectCellsCollection
Implements:
Constructors
CellsCollection()
Declaration
cs-api-definition
public CellsCollection()
Properties
this[int]
Declaration
cs-api-definition
public CellElement this[int index] { get; set; }
Parameters
index
Property Value
Methods
Add(CellElement)
Declaration
cs-api-definition
public int Add(CellElement value)
Parameters
value
Returns
Clear()
Declaration
cs-api-definition
public void Clear()
Implements
Contains(CellElement)
Declaration
cs-api-definition
public bool Contains(CellElement value)
Parameters
value
Returns
IndexOf(CellElement)
Declaration
cs-api-definition
public int IndexOf(CellElement value)
Parameters
value
Returns
Insert(int, CellElement)
Declaration
cs-api-definition
public void Insert(int index, CellElement value)
Parameters
index
value