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.HTML
Assembly: TelerikData.dll
Syntax
public class CellsCollection : ICellsCollection, IList, ICollection, IEnumerable
Constructors
CellsCollection()
Declaration
public CellsCollection()
Properties
Count
Declaration
public int Count { get; }
Property Value
System.
|
IsFixedSize
Declaration
public virtual bool IsFixedSize { get; }
Property Value
System.
|
IsReadOnly
Declaration
public virtual bool IsReadOnly { get; }
Property Value
System.
|
IsSynchronized
Declaration
public bool IsSynchronized { get; }
Property Value
System.
|
Item[Int32]
Declaration
public virtual CellElement this[int index] { get; set; }
Parameters
System.
|
Property Value
SyncRoot
Declaration
public object SyncRoot { get; }
Property Value
System.
|
Methods
Add(CellElement)
Declaration
public virtual int Add(CellElement value)
Parameters
Cell
|
Returns
System.
|
Clear()
Declaration
public virtual void Clear()
Contains(CellElement)
Declaration
public virtual bool Contains(CellElement value)
Parameters
Cell
|
Returns
System.
|
CopyTo(CellElement[], Int32)
Declaration
public void CopyTo(CellElement[] array, int index)
Parameters
Cell
|
System.
|
GetEnumerator()
Declaration
public virtual IEnumerator GetEnumerator()
Returns
System.
|
IndexOf(CellElement)
Declaration
public virtual int IndexOf(CellElement value)
Parameters
Cell
|
Returns
System.
|
Insert(Int32, CellElement)
Declaration
public virtual void Insert(int index, CellElement value)
Parameters
System.
|
Cell
|
Remove(CellElement)
RemoveAt(Int32)
Declaration
public virtual void RemoveAt(int index)
Parameters
System.
|
Explicit Interface Implementations
ICollection.CopyTo(Array, Int32)
Declaration
void ICollection.CopyTo(Array array, int index)
Parameters
System.
|
System.
|
Implements
System.Collections.ICollection.CopyTo(System.Array, System.Int32)
ICollection.Count
Declaration
int ICollection.Count { get; }
Returns
System.
|
Implements
System.Collections.ICollection.Count
ICollection.IsSynchronized
Declaration
bool ICollection.IsSynchronized { get; }
Returns
System.
|
Implements
System.Collections.ICollection.IsSynchronized
ICollection.SyncRoot
Declaration
object ICollection.SyncRoot { get; }
Returns
System.
|
Implements
System.Collections.ICollection.SyncRoot
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
System.
|
Implements
System.Collections.IEnumerable.GetEnumerator()
IList.Add(Object)
Declaration
int IList.Add(object value)
Parameters
System.
|
Returns
System.
|
Implements
System.Collections.IList.Add(System.Object)
IList.Clear()
Declaration
void IList.Clear()
Implements
System.Collections.IList.Clear()
IList.Contains(Object)
Declaration
bool IList.Contains(object value)
Parameters
System.
|
Returns
System.
|
Implements
System.Collections.IList.Contains(System.Object)
IList.get_Item(Int32)
Declaration
object IList.get_Item(int index)
Parameters
System.
|
Returns
System.
|
Implements
System.Collections.IList.get_Item(System.Int32)
IList.IndexOf(Object)
Declaration
int IList.IndexOf(object value)
Parameters
System.
|
Returns
System.
|
Implements
System.Collections.IList.IndexOf(System.Object)
IList.Insert(Int32, Object)
Declaration
void IList.Insert(int index, object value)
Parameters
System.
|
System.
|
Implements
System.Collections.IList.Insert(System.Int32, System.Object)
IList.IsFixedSize
Declaration
bool IList.IsFixedSize { get; }
Returns
System.
|
Implements
System.Collections.IList.IsFixedSize
IList.IsReadOnly
Declaration
bool IList.IsReadOnly { get; }
Returns
System.
|
Implements
System.Collections.IList.IsReadOnly
IList.Item[Int32]
Declaration
object IList.this[] { get; set; }
Parameters
System.
|
Returns
System.
|
Implements
System.Collections.IList.Item[System.Int32]
IList.Remove(Object)
Declaration
void IList.Remove(object value)
Parameters
System.
|
Implements
System.Collections.IList.Remove(System.Object)
IList.RemoveAt(Int32)
Declaration
void IList.RemoveAt(int index)
Parameters
System.
|
Implements
System.Collections.IList.RemoveAt(System.Int32)
IList.set_Item(Int32, Object)
Declaration
void IList.set_Item(int index, object value)
Parameters
System.
|
System.
|
Implements
System.Collections.IList.set_Item(System.Int32, System.Object)