Class TableCellCollection
Defines a collection of table cells.
Inheritance
System.Object
TableCellCollection
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.Windows.Documents.Flow.Model.Collections
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public sealed class TableCellCollection : DocumentElementCollection<TableCell, TableRow>, IList<TableCell>, ICollection<TableCell>, IEnumerable<TableCell>, IEnumerable
Methods
AddTableCell()
Adds a new TableCell to the collection.
Declaration
public TableCell AddTableCell()
Returns
TableCell
The added table cell. |