Class TableGridRowCollection
Inheritance
System.Object
TableGridRowCollection
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class TableGridRowCollection : Object, IEnumerable<TableGridRow>, IEnumerable, ICollection<TableGridRow>
Constructors
TableGridRowCollection()
Declaration
public TableGridRowCollection()
Properties
Count
Declaration
public int Count { get; }
Property Value
System.Int32
|
IsReadOnly
Declaration
public bool IsReadOnly { get; }
Property Value
System.Boolean
|
Item[Int32]
Declaration
public TableGridRow this[int index] { get; set; }
Parameters
System.Int32
index
|
Property Value
TableGridRow
|
Methods
Add(TableGridRow)
Clear()
Declaration
public void Clear()
Contains(TableGridRow)
Declaration
public bool Contains(TableGridRow item)
Parameters
TableGridRow
item
|
Returns
System.Boolean
|
CopyTo(TableGridRow[], Int32)
Declaration
public void CopyTo(TableGridRow[] array, int arrayIndex)
Parameters
TableGridRow[]
array
|
System.Int32
arrayIndex
|
GetEnumerator()
Declaration
public IEnumerator<TableGridRow> GetEnumerator()
Returns
System.Collections.Generic.IEnumerator<TableGridRow>
|
Remove(TableGridRow)
Declaration
public bool Remove(TableGridRow item)
Parameters
TableGridRow
item
|
Returns
System.Boolean
|
ToString()
Declaration
public override string ToString()
Returns
System.String
|