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