Class CellsCollection
Inheritance
System.Object
CellsCollection
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.Export.CSV
Assembly: TelerikData.dll
Syntax
public class CellsCollection : IList, ICollection, IEnumerable
Constructors
CellsCollection()
Declaration
public CellsCollection()
Properties
Count
Declaration
public int Count { get; }
Property Value
System.Int32
|
Implements
System.Collections.ICollection.Count
IsFixedSize
Declaration
public bool IsFixedSize { get; }
Property Value
System.Boolean
|
Implements
System.Collections.IList.IsFixedSize
IsReadOnly
Declaration
public bool IsReadOnly { get; }
Property Value
System.Boolean
|
Implements
System.Collections.IList.IsReadOnly
IsSynchronized
Declaration
public bool IsSynchronized { get; }
Property Value
System.Boolean
|
Implements
System.Collections.ICollection.IsSynchronized
Item[Int32]
Declaration
public CellElement this[int index] { get; set; }
Parameters
System.Int32
index
|
Property Value
CellElement
|
SyncRoot
Declaration
public object SyncRoot { get; }
Property Value
System.Object
|
Implements
System.Collections.ICollection.SyncRoot
Methods
Add(CellElement)
Clear()
Declaration
public void Clear()
Implements
System.Collections.IList.Clear()
Contains(CellElement)
Declaration
public bool Contains(CellElement value)
Parameters
CellElement
value
|
Returns
System.Boolean
|
CopyTo(Array, Int32)
Declaration
public void CopyTo(Array array, int index)
Parameters
System.Array
array
|
System.Int32
index
|
Implements
System.Collections.ICollection.CopyTo(System.Array, System.Int32)
GetEnumerator()
Declaration
public IEnumerator GetEnumerator()
Returns
System.Collections.IEnumerator
|
Implements
System.Collections.IEnumerable.GetEnumerator()
IndexOf(CellElement)
Insert(Int32, CellElement)
Declaration
public void Insert(int index, CellElement value)
Parameters
System.Int32
index
|
CellElement
value
|
Remove(CellElement)
RemoveAt(Int32)
Declaration
public void RemoveAt(int index)
Parameters
System.Int32
index
|
Implements
System.Collections.IList.RemoveAt(System.Int32)
Explicit Interface Implementations
IList.Add(Object)
Declaration
int IList.Add(object value)
Parameters
System.Object
value
|
Returns
System.Int32
|
Implements
System.Collections.IList.Add(System.Object)
IList.Contains(Object)
Declaration
bool IList.Contains(object value)
Parameters
System.Object
value
|
Returns
System.Boolean
|
Implements
System.Collections.IList.Contains(System.Object)
IList.get_Item(Int32)
Declaration
object IList.get_Item(int index)
Parameters
System.Int32
index
|
Returns
System.Object
|
Implements
System.Collections.IList.get_Item(System.Int32)
IList.IndexOf(Object)
Declaration
int IList.IndexOf(object value)
Parameters
System.Object
value
|
Returns
System.Int32
|
Implements
System.Collections.IList.IndexOf(System.Object)
IList.Insert(Int32, Object)
Declaration
void IList.Insert(int index, object value)
Parameters
System.Int32
index
|
System.Object
value
|
Implements
System.Collections.IList.Insert(System.Int32, System.Object)
IList.Item[Int32]
Declaration
object IList.this[] { get; set; }
Parameters
System.Int32
index
|
Returns
System.Object
|
Implements
System.Collections.IList.Item[System.Int32]
IList.Remove(Object)
Declaration
void IList.Remove(object value)
Parameters
System.Object
value
|
Implements
System.Collections.IList.Remove(System.Object)
IList.set_Item(Int32, Object)
Declaration
void IList.set_Item(int index, object value)
Parameters
System.Int32
index
|
System.Object
value
|
Implements
System.Collections.IList.set_Item(System.Int32, System.Object)