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