Class TableCellCollection
Collection of table cells used to build a row; provides a helper to create and add cells.
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.Fixed.Model.Editing.Collections
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class TableCellCollection : CollectionBase<TableCell>, IEnumerable<TableCell>, IEnumerable
Methods
AddTableCell()
Creates a table cell, adds it to the collection, and returns it.
Declaration
public TableCell AddTableCell()
Returns
|
TableCell
The newly created and added TableCell instance. |