InterfaceIRowsCollection
Interface
Definition
Namespace:Telerik.WinControls.UI.Export.CSV
Assembly:TelerikData.dll
Syntax:
cs-api-definition
public interface IRowsCollection : IList, ICollection, IEnumerable
Inherited Members
Properties
this[int]
Declaration
cs-api-definition
RowElement this[int index] { get; set; }
Parameters
index
Property Value
Methods
Contains(RowElement)
Declaration
cs-api-definition
bool Contains(RowElement value)
Parameters
value
Returns
CopyTo(RowElement[], int)
Declaration
cs-api-definition
void CopyTo(RowElement[] array, int index)
Parameters
array
index
Insert(int, RowElement)
Declaration
cs-api-definition
void Insert(int index, RowElement value)
Parameters
index
value