Class TableGridRowCollection
Inheritance
System.Object
TableGridRowCollection
Inherited Members
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.WinForms.Documents.Model
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class TableGridRowCollection : ICollection<TableGridRow>, IEnumerable<TableGridRow>, IEnumerable
Constructors
TableGridRowCollection()
Declaration
public TableGridRowCollection()
Properties
Count
Declaration
public int Count { get; }
Property Value
System.Int32
|
Implements
System.Collections.Generic.ICollection<T>.Count
IsReadOnly
Declaration
public bool IsReadOnly { get; }
Property Value
System.Boolean
|
Implements
System.Collections.Generic.ICollection<T>.IsReadOnly
Item[Int32]
Declaration
public TableGridRow this[int index] { get; set; }
Parameters
System.Int32
index
|
Property Value
TableGridRow
|
Methods
Add(TableGridRow)
Declaration
public void Add(TableGridRow item)
Parameters
TableGridRow
item
|
Implements
System.Collections.Generic.ICollection<T>.Add(T)
Clear()
Declaration
public void Clear()
Implements
System.Collections.Generic.ICollection<T>.Clear()
Contains(TableGridRow)
Declaration
public bool Contains(TableGridRow item)
Parameters
TableGridRow
item
|
Returns
System.Boolean
|
Implements
System.Collections.Generic.ICollection<T>.Contains(T)
CopyTo(TableGridRow[], Int32)
Declaration
public void CopyTo(TableGridRow[] array, int arrayIndex)
Parameters
TableGridRow[]
array
|
System.Int32
arrayIndex
|
Implements
System.Collections.Generic.ICollection<T>.CopyTo(T[], System.Int32)
GetEnumerator()
Declaration
public IEnumerator<TableGridRow> GetEnumerator()
Returns
System.Collections.Generic.IEnumerator<TableGridRow>
|
Implements
System.Collections.Generic.IEnumerable<T>.GetEnumerator()
Remove(TableGridRow)
Declaration
public bool Remove(TableGridRow item)
Parameters
TableGridRow
item
|
Returns
System.Boolean
|
Implements
System.Collections.Generic.ICollection<T>.Remove(T)
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.Object.ToString()
Explicit Interface Implementations
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
System.Collections.IEnumerator
|
Implements
System.Collections.IEnumerable.GetEnumerator()