Class
CellsCollection

Definition

Namespace:Telerik.WinControls.UI.Export.CSV

Assembly:TelerikData.dll

Syntax:

cs-api-definition
public class CellsCollection : IList, ICollection, IEnumerable

Inheritance: objectCellsCollection

Implements: ICollectionIEnumerableIList

Constructors

CellsCollection()

Declaration

cs-api-definition
public CellsCollection()

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 CellElement this[int index] { get; set; }

Parameters

index

int

Property Value

CellElement

Methods

Add(CellElement)

Declaration

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

Parameters

value

CellElement

Returns

int

Clear()

Declaration

cs-api-definition
public void Clear()

Implements IList.Clear()

Contains(CellElement)

Declaration

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

Parameters

value

CellElement

Returns

bool

CopyTo(Array, int)

Declaration

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

Parameters

array

Array

index

int

Implements ICollection.CopyTo(Array, int)

GetEnumerator()

Declaration

cs-api-definition
public IEnumerator GetEnumerator()

Returns

IEnumerator

Implements IEnumerable.GetEnumerator()

IndexOf(CellElement)

Declaration

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

Parameters

value

CellElement

Returns

int

Insert(int, CellElement)

Declaration

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

Parameters

index

int

value

CellElement

Remove(CellElement)

Declaration

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

Parameters

value

CellElement

RemoveAt(int)

Declaration

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

Parameters

index

int

Implements IList.RemoveAt(int)