Class
RowsCollection

Definition

Namespace:Telerik.WinControls.UI.Export.CSV

Assembly:TelerikData.dll

Syntax:

cs-api-definition
public class RowsCollection : IRowsCollection, IList, ICollection, IEnumerable

Inheritance: objectRowsCollection

Implements: ICollectionIEnumerableIListIRowsCollection

Constructors

RowsCollection()

Declaration

cs-api-definition
public RowsCollection()

Properties

Count

Declaration

cs-api-definition
public int Count { get; }

Property Value

int

Implements ICollection.Count

IsFixedSize

Declaration

cs-api-definition
public bool IsFixedSize { get; }

Property Value

bool

Implements IList.IsFixedSize

IsReadOnly

Declaration

cs-api-definition
public bool IsReadOnly { get; }

Property Value

bool

Implements IList.IsReadOnly

IsSynchronized

Declaration

cs-api-definition
public bool IsSynchronized { get; }

Property Value

bool

Implements ICollection.IsSynchronized

SyncRoot

Declaration

cs-api-definition
public object SyncRoot { get; }

Property Value

object

Implements ICollection.SyncRoot

this[int]

Declaration

cs-api-definition
public RowElement this[int index] { get; set; }

Parameters

index

int

Property Value

RowElement

Implements IRowsCollection.this[int]

Methods

Add(RowElement)

Declaration

cs-api-definition
public int Add(RowElement value)

Parameters

value

RowElement

Returns

int

Implements IRowsCollection.Add(RowElement)

Clear()

Declaration

cs-api-definition
public void Clear()

Implements IList.Clear()

Contains(RowElement)

Declaration

cs-api-definition
public bool Contains(RowElement value)

Parameters

value

RowElement

Returns

bool

Implements IRowsCollection.Contains(RowElement)

CopyTo(Array, int)

Declaration

cs-api-definition
public void CopyTo(Array array, int index)

Parameters

array

Array

index

int

Implements ICollection.CopyTo(Array, int)

CopyTo(RowElement[], int)

Declaration

cs-api-definition
public void CopyTo(RowElement[] array, int index)

Parameters

array

RowElement[]

index

int

GetEnumerator()

Declaration

cs-api-definition
public IEnumerator GetEnumerator()

Returns

IEnumerator

Implements IEnumerable.GetEnumerator()

IndexOf(RowElement)

Declaration

cs-api-definition
public int IndexOf(RowElement value)

Parameters

value

RowElement

Returns

int

Implements IRowsCollection.IndexOf(RowElement)

Insert(int, RowElement)

Declaration

cs-api-definition
public void Insert(int index, RowElement value)

Parameters

index

int

value

RowElement

Implements IRowsCollection.Insert(int, RowElement)

Remove(RowElement)

Declaration

cs-api-definition
public void Remove(RowElement value)

Parameters

value

RowElement

Implements IRowsCollection.Remove(RowElement)

RemoveAt(int)

Declaration

cs-api-definition
public void RemoveAt(int index)

Parameters

index

int

Implements IList.RemoveAt(int)